Home
last modified time | relevance | path

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

/linux-4.19.296/fs/affs/
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()
Damigaffs.h129 #define FIBF_GRP_WRITE 0x0400 macro