Home
last modified time | relevance | path

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

/src/sys/fs/msdosfs/
H A Dfat.h101 int fatentry(int function, struct msdosfsmount *pmp, u_long cluster, u_long *oldcontents, u_long ne…
H A Dmsdosfs_fat.c435 error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE); in clusterfree()
468 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry() function
1058 error = fatentry(FAT_SET, pmp, in extendfile()
H A Dmsdosfs_denode.c475 error = fatentry(FAT_GET_AND_SET, pmp, eofentry, in detrunc()
/src/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c416 error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE); in clusterfree()
447 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry() function
1019 error = fatentry(FAT_SET, pmp, in m_extendfile()
H A Dmsdosfs_denode.c301 error = fatentry(FAT_GET_AND_SET, pmp, eofentry, in detrunc()