Lines Matching refs:p_acl
33 struct posix_acl **p_acl, in btrfs_update_cached_acl() argument
37 if (*p_acl && *p_acl != BTRFS_ACL_NOT_CACHED) in btrfs_update_cached_acl()
38 posix_acl_release(*p_acl); in btrfs_update_cached_acl()
39 *p_acl = posix_acl_dup(acl); in btrfs_update_cached_acl()
48 struct posix_acl *acl = NULL, **p_acl; in btrfs_get_acl() local
53 p_acl = &BTRFS_I(inode)->i_acl; in btrfs_get_acl()
57 p_acl = &BTRFS_I(inode)->i_default_acl; in btrfs_get_acl()
64 if (*p_acl != BTRFS_ACL_NOT_CACHED) in btrfs_get_acl()
65 acl = posix_acl_dup(*p_acl); in btrfs_get_acl()
80 btrfs_update_cached_acl(inode, p_acl, acl); in btrfs_get_acl()
85 btrfs_update_cached_acl(inode, p_acl, acl); in btrfs_get_acl()
116 struct posix_acl **p_acl; in btrfs_set_acl() local
136 p_acl = &BTRFS_I(inode)->i_acl; in btrfs_set_acl()
142 p_acl = &BTRFS_I(inode)->i_default_acl; in btrfs_set_acl()
167 btrfs_update_cached_acl(inode, p_acl, acl); in btrfs_set_acl()