Home
last modified time | relevance | path

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

/linux/fs/affs/
H A Damigaffs.c401 if (prot & FIBF_GRP_WRITE) in affs_prot_to_mode()
438 | FIBF_GRP_WRITE | FIBF_GRP_DELETE in affs_mode_to_prot()
456 prot |= FIBF_GRP_WRITE; in affs_mode_to_prot()
H A Damigaffs.h133 #define FIBF_GRP_WRITE 0x0400 macro