HomeSort by: relevance | last modified time | path
    Searched refs:FAT_SET (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
fat.h 101 #define FAT_SET 0x0002 /* set a FAT entry */
102 #define FAT_GET_AND_SET (FAT_GET | FAT_SET)
msdosfs_fat.c 583 if ((function & (FAT_SET | FAT_GET)) == 0) {
623 if (function & FAT_SET) {
1089 error = msdosfs_fatentry(FAT_SET, pmp,

Completed in 30 milliseconds