Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/affs/
Damigaffs.c401 if (!(prot & FIBF_NOEXECUTE)) in prot_to_mode()
426 prot |= FIBF_NOEXECUTE; in mode_to_prot()
/linux-2.4.37.9/include/linux/
Damigaffs.h271 #define FIBF_NOEXECUTE 0x0002 /* 0 means allowed, ignored under linux */ macro