Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/affs/
Damigaffs.c399 if (!(prot & FIBF_NOREAD)) in prot_to_mode()
428 prot |= FIBF_NOREAD; in mode_to_prot()
/linux-2.4.37.9/include/linux/
Damigaffs.h269 #define FIBF_NOREAD 0x0008 /* 0 means allowed */ macro