Home
last modified time | relevance | path

Searched refs:dirclu (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dmsdosfsmount.h220 #define detobn(pmp, dirclu, dirofs) \ argument
221 ((dirclu) == MSDOSFSROOT \
223 : cntobn((pmp), (dirclu)))
H A Dmsdosfs_vfsops.c426 int dirclu; in rootdir_free() local
432 dirclu = pmp->pm_rootdirblk; in rootdir_free()
449 pmp->pm_firstcluster, dirclu, dirleft, pmp->pm_rootdirsize, in rootdir_free()
458 dirclu, dirleft, readsize); in rootdir_free()
460 if (bread(pmp->pm_devvp, dirclu, readsize, NOCRED, &bp) != 0) { in rootdir_free()
497 dirclu += readsize / DEV_BSIZE; in rootdir_free()
H A Ddenode.h285 int readep(struct msdosfsmount *pmp, u_long dirclu, u_long dirofs, struct buf **bpp, struct dirent…