Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/msdosfs/
HDfat.h88 #define FAT_GET_AND_SET (FAT_GET | FAT_SET) macro
HDmsdosfs_denode.c449 error = fatentry(FAT_GET_AND_SET, pmp, eofentry, in detrunc()
HDmsdosfs_fat.c425 error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE); in clusterfree()