Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Damigaffs.c411 if (prot & FIBF_OTR_EXECUTE) in affs_prot_to_mode()
439 | FIBF_OTR_EXECUTE | FIBF_OTR_READ in affs_mode_to_prot()
461 prot |= FIBF_OTR_EXECUTE; in affs_mode_to_prot()
H A Damigaffs.h129 #define FIBF_OTR_EXECUTE 0x2000 macro