Home | History | Annotate | Download | only in linux

Lines Matching defs:MS_POSIXACL

202 #define MS_POSIXACL	(1<<16)	/* VFS does not apply the umask */
270 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)