Home
last modified time | relevance | path

Searched refs:FAT_GET (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/msdosfs/
H A Dfat.h100 #define FAT_GET 0x0001 /* get a FAT entry */ macro
102 #define FAT_GET_AND_SET (FAT_GET | FAT_SET)
H A Dmsdosfs_fat.c583 if ((function & (FAT_SET | FAT_GET)) == 0) { in msdosfs_fatentry()
593 if ((function & FAT_GET) && oldcontents == NULL) { in msdosfs_fatentry()
613 if (function & FAT_GET) { in msdosfs_fatentry()