Home
last modified time | relevance | path

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

/linux-5.19.10/fs/affs/
Damigaffs.c405 if (prot & FIBF_GRP_EXECUTE) in affs_prot_to_mode()
437 | FIBF_GRP_EXECUTE | FIBF_GRP_READ in affs_mode_to_prot()
452 prot |= FIBF_GRP_EXECUTE; in affs_mode_to_prot()
Damigaffs.h133 #define FIBF_GRP_EXECUTE 0x0200 macro