Home
last modified time | relevance | path

Searched refs:de_clcount (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/makefs/msdos/
Dmsdosfs_denode.c230 lastblock = de_clcount(pmp, length) - 1; in msdosfs_detrunc()
345 count = de_clcount(pmp, length) - de_clcount(pmp, dep->de_FileSize); in msdosfs_deextend()
/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_denode.c378 lastblock = de_clcount(pmp, length) - 1; in msdosfs_detrunc()
503 count = de_clcount(pmp, length) - de_clcount(pmp, dep->de_FileSize); in msdosfs_deextend()
Dmsdosfsmount.h207 #define de_clcount(pmp, size) \ macro
Dmsdosfs_vnops.c617 count = de_clcount(pmp, uio->uio_offset + resid) - in msdosfs_write()
618 de_clcount(pmp, osize); in msdosfs_write()
Dmsdosfs_lookup.c591 dirclust = de_clcount(pmp, needlen); in msdosfs_createde()