Home
last modified time | relevance | path

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

/fs/affs/
Damigaffs.c395 if (!(prot & FIBF_NOWRITE)) in affs_prot_to_mode()
436 | FIBF_NOWRITE | FIBF_NODELETE in affs_mode_to_prot()
448 prot |= FIBF_NOWRITE; in affs_mode_to_prot()
Damigaffs.h141 #define FIBF_NOWRITE 0x0004 /* 0 means allowed */ macro