Searched refs:de_clcount (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/makefs/msdos/ |
| D | msdosfs_denode.c | 230 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/ |
| D | msdosfs_denode.c | 378 lastblock = de_clcount(pmp, length) - 1; in msdosfs_detrunc() 503 count = de_clcount(pmp, length) - de_clcount(pmp, dep->de_FileSize); in msdosfs_deextend()
|
| D | msdosfsmount.h | 207 #define de_clcount(pmp, size) \ macro
|
| D | msdosfs_vnops.c | 617 count = de_clcount(pmp, uio->uio_offset + resid) - in msdosfs_write() 618 de_clcount(pmp, osize); in msdosfs_write()
|
| D | msdosfs_lookup.c | 591 dirclust = de_clcount(pmp, needlen); in msdosfs_createde()
|