Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dposix_acl.c55 if (!acl || is_uncached_acl(acl) || in get_cached_acl()
88 if (!is_uncached_acl(old)) in set_cached_acl()
98 if (!is_uncached_acl(old)) in __forget_cached_acl()
130 if (!is_uncached_acl(acl)) in __get_acl()
A Dinode.c294 if (inode->i_acl && !is_uncached_acl(inode->i_acl)) in __destroy_inode()
296 if (inode->i_default_acl && !is_uncached_acl(inode->i_default_acl)) in __destroy_inode()
A Dnamei.c302 if (is_uncached_acl(acl)) in check_acl()
/linux-6.3-rc2/fs/9p/
A Dacl.c118 BUG_ON(is_uncached_acl(acl)); in v9fs_get_cached_acl()
/linux-6.3-rc2/include/linux/
A Dfs.h577 is_uncached_acl(struct posix_acl *acl) in is_uncached_acl() function

Completed in 40 milliseconds