Home
last modified time | relevance | path

Searched refs:ACL_DONT_CACHE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dposix_acl.c69 if (acl == ACL_DONT_CACHE) { in get_cached_acl_rcu()
101 if (READ_ONCE(*p) == ACL_DONT_CACHE) in __forget_cached_acl()
/linux/fs/overlayfs/
H A Dinode.c912 inode->i_acl = inode->i_default_acl = ACL_DONT_CACHE; in ovl_fill_inode()
/linux/include/linux/
H A Dfs.h607 #define ACL_DONT_CACHE ((void *)(-3)) macro