Searched refs:FIBF_NOWRITE (Results 1 – 2 of 2) sorted by relevance
395 if (!(prot & FIBF_NOWRITE)) in affs_prot_to_mode()436 | FIBF_NOWRITE | FIBF_NODELETE in affs_mode_to_prot()448 prot |= FIBF_NOWRITE; in affs_mode_to_prot()
141 #define FIBF_NOWRITE 0x0004 /* 0 means allowed */ macro