Home
last modified time | relevance | path

Searched refs:is_uncached_acl (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dposix_acl.c54 if (!acl || is_uncached_acl(acl) || in get_cached_acl()
87 if (!is_uncached_acl(old)) in set_cached_acl()
97 if (!is_uncached_acl(old)) in __forget_cached_acl()
129 if (!is_uncached_acl(acl)) in __get_acl()
H A Dinode.c295 if (inode->i_acl && !is_uncached_acl(inode->i_acl)) in __destroy_inode()
297 if (inode->i_default_acl && !is_uncached_acl(inode->i_default_acl)) in __destroy_inode()
H A Dnamei.c304 if (is_uncached_acl(acl)) in check_acl()
/linux/fs/9p/
H A Dacl.c118 BUG_ON(is_uncached_acl(acl)); in v9fs_get_cached_acl()
/linux/include/linux/
H A Dfs.h610 is_uncached_acl(struct posix_acl *acl) in is_uncached_acl() function