Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Damigaffs.h137 #define FIBF_NOWRITE 0x0004 /* 0 means allowed */ macro
/linux-4.1.27/fs/affs/
Damigaffs.c392 if (!(prot & FIBF_NOWRITE)) in prot_to_mode()
425 prot |= FIBF_NOWRITE; in mode_to_prot()