Lines Matching refs:get_acl
96 struct posix_acl *get_acl(struct inode *inode, int type)
104 * set_cached_acl() or forget_cached_acl() races with get_acl().
123 * to just call ->get_acl to fetch the ACL ourself. (This is going to
130 * Normally, the ACL returned by ->get_acl will be cached.
132 * forget_cached_acl(inode, type) in ->get_acl.
134 * If the filesystem doesn't have a get_acl() function at all, we'll
137 if (!inode->i_op->get_acl) {
141 acl = inode->i_op->get_acl(inode, type);
160 EXPORT_SYMBOL(get_acl);
565 acl = get_acl(inode, ACL_TYPE_ACCESS);
595 p = get_acl(dir, ACL_TYPE_DEFAULT);
848 acl = get_acl(inode, handler->flags);