Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Damigaffs.c403 if (prot & FIBF_GRP_READ) in affs_prot_to_mode()
437 | FIBF_GRP_EXECUTE | FIBF_GRP_READ in affs_mode_to_prot()
454 prot |= FIBF_GRP_READ; in affs_mode_to_prot()
H A Damigaffs.h131 #define FIBF_GRP_READ 0x0800 macro