Searched refs:is_uncached_acl (Results 1 – 5 of 5) sorted by relevance
47 if (!acl || is_uncached_acl(acl) || in get_cached_acl()80 if (!is_uncached_acl(old)) in set_cached_acl()90 if (!is_uncached_acl(old)) in __forget_cached_acl()120 if (!is_uncached_acl(acl)) in get_acl()
269 if (inode->i_acl && !is_uncached_acl(inode->i_acl)) in __destroy_inode()271 if (inode->i_default_acl && !is_uncached_acl(inode->i_default_acl)) in __destroy_inode()
300 if (is_uncached_acl(acl)) in check_acl()
88 BUG_ON(is_uncached_acl(acl)); in v9fs_get_cached_acl()
602 is_uncached_acl(struct posix_acl *acl) in is_uncached_acl() function
Completed in 26 milliseconds