Searched refs:FIBF_NOREAD (Results 1 – 2 of 2) sorted by relevance
397 if (!(prot & FIBF_NOREAD)) in affs_prot_to_mode()435 prot &= ~(FIBF_NOEXECUTE | FIBF_NOREAD in affs_mode_to_prot()446 prot |= FIBF_NOREAD; in affs_mode_to_prot()
137 #define FIBF_NOREAD 0x0008 /* 0 means allowed */ macro