Searched refs:ZVFS_MODE_IFMT (Results 1 – 3 of 3) sorted by relevance
18 #define ZVFS_MODE_IFMT 0170000 macro
308 switch (mode & ZVFS_MODE_IFMT) { in supports_pread_pwrite()459 switch (fdtable[fd].mode & ZVFS_MODE_IFMT) { in zvfs_lseek_wrap()
37 #define S_TYPEISSHM(st) (((st)->st_mode & ZVFS_MODE_IFMT) == ZVFS_MODE_IFSHM)