/linux-6.12.1/fs/ |
D | posix_acl.c | 49 struct posix_acl *acl; in get_cached_acl() local 67 struct posix_acl *acl = rcu_dereference(*acl_by_type(inode, type)); in get_cached_acl_rcu() local 81 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl() 120 struct posix_acl *acl; in __get_acl() local 192 posix_acl_init(struct posix_acl *acl, int count) in posix_acl_init() 207 struct posix_acl *acl = kmalloc(size, flags); in posix_acl_alloc() local 218 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) in posix_acl_clone() 237 posix_acl_valid(struct user_namespace *user_ns, const struct posix_acl *acl) in posix_acl_valid() 306 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p) in posix_acl_equiv_mode() 354 struct posix_acl *acl = posix_acl_alloc(3, flags); in posix_acl_from_mode() local [all …]
|
/linux-6.12.1/drivers/target/iscsi/ |
D | iscsi_target_nodeattrib.c | 28 struct iscsi_node_acl *acl, in iscsit_set_default_node_attribues() 45 struct iscsi_node_acl *acl, in iscsit_na_dataout_timeout() 70 struct iscsi_node_acl *acl, in iscsit_na_dataout_timeout_retries() 96 struct iscsi_node_acl *acl, in iscsit_na_nopin_timeout() 151 struct iscsi_node_acl *acl, in iscsit_na_nopin_response_timeout() 177 struct iscsi_node_acl *acl, in iscsit_na_random_datain_pdu_offsets() 197 struct iscsi_node_acl *acl, in iscsit_na_random_datain_seq_offsets() 217 struct iscsi_node_acl *acl, in iscsit_na_random_r2t_offsets() 237 struct iscsi_node_acl *acl, in iscsit_na_default_erl()
|
D | iscsi_target_stat.c | 590 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_inst_show() local 600 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_node_show() local 621 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_indx_show() local 643 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_cmd_pdus_show() local 665 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_rsp_pdus_show() local 687 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_txdata_octs_show() local 709 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_rxdata_octs_show() local 731 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_conn_digest_errors_show() local 753 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_conn_timeout_errors_show() local
|
/linux-6.12.1/drivers/target/ |
D | target_core_tpg.c | 44 struct se_node_acl *acl; in __core_tpg_get_initiator_node_acl() local 62 struct se_node_acl *acl; in core_tpg_get_initiator_node_acl() local 105 struct se_node_acl *acl, in core_tpg_add_node_to_devs() 158 struct se_node_acl *acl, u32 queue_depth) in target_set_nacl_queue_depth() 173 struct se_node_acl *acl; in target_alloc_node_acl() local 205 static void target_add_node_acl(struct se_node_acl *acl) in target_add_node_acl() 226 struct se_node_acl *acl; in target_tpg_has_node_acl() local 246 struct se_node_acl *acl; in core_tpg_check_initiator_node_acl() local 293 struct se_node_acl *acl; in core_tpg_add_initiator_node_acl() local 324 static void target_shutdown_sessions(struct se_node_acl *acl) in target_shutdown_sessions() [all …]
|
/linux-6.12.1/fs/9p/ |
D | acl.c | 24 struct posix_acl *acl = NULL; in v9fs_fid_get_acl() local 50 struct posix_acl *acl = NULL; in v9fs_acl_get() local 64 struct posix_acl *acl = NULL; in __v9fs_get_acl() local 112 struct posix_acl *acl; in v9fs_get_cached_acl() local 155 struct posix_acl *acl, int type) in v9fs_iop_set_acl() 248 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 285 struct posix_acl *acl; in v9fs_acl_chmod() local 302 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() 312 struct posix_acl *acl) in v9fs_put_acl() 323 struct posix_acl *acl = NULL; in v9fs_acl_mode() local
|
/linux-6.12.1/fs/f2fs/ |
D | acl.c | 49 struct posix_acl *acl; in f2fs_acl_from_disk() local 114 const struct posix_acl *acl, size_t *size) in f2fs_acl_to_disk() 173 struct posix_acl *acl; in __f2fs_get_acl() local 209 struct posix_acl **acl) in f2fs_acl_update_mode() 230 struct posix_acl *acl, struct page *ipage) in __f2fs_set_acl() 279 struct posix_acl *acl, int type) in f2fs_set_acl() 293 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl, in f2fs_acl_clone() 308 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) in f2fs_acl_create_masq() 363 struct posix_acl **default_acl, struct posix_acl **acl, in f2fs_acl_create() 416 struct posix_acl *default_acl = NULL, *acl = NULL; in f2fs_init_acl() local
|
/linux-6.12.1/fs/reiserfs/ |
D | xattr_acl.c | 22 struct posix_acl *acl, int type) in reiserfs_set_acl() 72 struct posix_acl *acl; in reiserfs_posix_acl_from_disk() local 138 static void *reiserfs_posix_acl_to_disk(const struct posix_acl *acl, size_t * size) in reiserfs_posix_acl_to_disk() 197 struct posix_acl *acl; in reiserfs_get_acl() local 251 int type, struct posix_acl *acl) in __reiserfs_set_acl() 310 struct posix_acl *default_acl, *acl; in reiserfs_inherit_default_acl() local 369 struct posix_acl *acl; in reiserfs_cache_default_acl() local
|
/linux-6.12.1/fs/ocfs2/ |
D | acl.c | 36 struct posix_acl *acl; in ocfs2_acl_from_xattr() local 77 static void *ocfs2_acl_to_xattr(const struct posix_acl *acl, size_t *size) in ocfs2_acl_to_xattr() 118 struct posix_acl *acl; in ocfs2_get_acl_nolock() local 218 struct posix_acl *acl, in ocfs2_set_acl() 264 struct posix_acl *acl, int type) in ocfs2_iop_set_acl() 297 struct posix_acl *acl; in ocfs2_iop_get_acl() local 324 struct posix_acl *acl; in ocfs2_acl_chmod() local 360 struct posix_acl *acl = NULL; in ocfs2_init_acl() local
|
/linux-6.12.1/fs/ext2/ |
D | acl.c | 24 struct posix_acl *acl; in ext2_acl_from_disk() local 92 ext2_acl_to_disk(const struct posix_acl *acl, size_t *size) in ext2_acl_to_disk() 148 struct posix_acl *acl; in ext2_get_acl() local 183 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl() 223 struct posix_acl *acl, int type) in ext2_set_acl() 255 struct posix_acl *default_acl, *acl; in ext2_init_acl() local
|
/linux-6.12.1/fs/ext4/ |
D | acl.c | 22 struct posix_acl *acl; in ext4_acl_from_disk() local 91 ext4_acl_to_disk(const struct posix_acl *acl, size_t *size) in ext4_acl_to_disk() 149 struct posix_acl *acl; in ext4_get_acl() local 190 struct posix_acl *acl, int xattr_flags) in __ext4_set_acl() 229 struct posix_acl *acl, int type) in ext4_set_acl() 281 struct posix_acl *default_acl, *acl; in ext4_init_acl() local
|
/linux-6.12.1/fs/jffs2/ |
D | acl.c | 60 struct posix_acl *acl; in jffs2_acl_from_medium() local 128 static void *jffs2_acl_to_medium(const struct posix_acl *acl, size_t *size) in jffs2_acl_to_medium() 178 struct posix_acl *acl; in jffs2_get_acl() local 213 static int __jffs2_set_acl(struct inode *inode, int xprefix, struct posix_acl *acl) in __jffs2_set_acl() 233 struct posix_acl *acl, int type) in jffs2_set_acl() 276 struct posix_acl *default_acl, *acl; in jffs2_init_acl_pre() local
|
/linux-6.12.1/fs/bcachefs/ |
D | acl.c | 95 struct posix_acl *acl; in bch2_acl_from_disk() local 187 #define acl_for_each_entry(acl, acl_e) \ argument 197 const struct posix_acl *acl, in bch2_acl_to_xattr() 282 struct posix_acl *acl = NULL; in bch2_get_acl() local 318 struct posix_acl *acl, int type) in bch2_set_acl_trans() 354 struct posix_acl *acl; in bch2_set_acl() local 414 struct posix_acl *acl = NULL; in bch2_acl_chmod() local
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_acl.c | 56 struct prestera_acl *acl; member 136 prestera_acl_ruleset_create(struct prestera_acl *acl, in prestera_acl_ruleset_create() 242 struct prestera_acl *acl = ruleset->acl; in prestera_acl_ruleset_destroy() local 269 __prestera_acl_ruleset_lookup(struct prestera_acl *acl, in __prestera_acl_ruleset_lookup() 283 prestera_acl_ruleset_lookup(struct prestera_acl *acl, in prestera_acl_ruleset_lookup() 298 prestera_acl_ruleset_get(struct prestera_acl *acl, in prestera_acl_ruleset_get() 380 prestera_acl_ruleset_prio_refresh(struct prestera_acl *acl, in prestera_acl_ruleset_prio_refresh() 548 int prestera_acl_rule_get_stats(struct prestera_acl *acl, in prestera_acl_rule_get_stats() 571 prestera_acl_rule_entry_find(struct prestera_acl *acl, in prestera_acl_rule_entry_find() 643 void prestera_acl_rule_entry_destroy(struct prestera_acl *acl, in prestera_acl_rule_entry_destroy() [all …]
|
/linux-6.12.1/fs/xfs/ |
D | xfs_acl.c | 38 struct posix_acl *acl; in xfs_acl_from_disk() local 98 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk() 133 struct posix_acl *acl = NULL; in xfs_get_acl() local 175 __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __xfs_set_acl() 247 struct posix_acl *acl, int type) in xfs_set_acl()
|
/linux-6.12.1/fs/jfs/ |
D | acl.c | 19 struct posix_acl *acl; in jfs_get_acl() local 60 struct posix_acl *acl) in __jfs_set_acl() 98 struct posix_acl *acl, int type) in jfs_set_acl() 132 struct posix_acl *default_acl, *acl; in jfs_init_acl() local
|
/linux-6.12.1/include/linux/ |
D | posix_acl.h | 36 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument 44 posix_acl_dup(struct posix_acl *acl) in posix_acl_dup() 55 posix_acl_release(struct posix_acl *acl) in posix_acl_release() 129 struct posix_acl **default_acl, struct posix_acl **acl) in posix_acl_create() 141 struct posix_acl *acl) in vfs_set_acl()
|
/linux-6.12.1/fs/gfs2/ |
D | acl.c | 43 struct posix_acl *acl; in __gfs2_get_acl() local 65 struct posix_acl *acl; in gfs2_get_acl() local 83 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl() 113 struct posix_acl *acl, int type) in gfs2_set_acl()
|
/linux-6.12.1/fs/nfs_common/ |
D | nfsacl.c | 38 struct posix_acl *acl; member 45 struct posix_acl acl; member 94 struct posix_acl *acl, int encode_entries, int typeflag) in nfsacl_encode() 154 struct posix_acl *acl, int encode_entries, in nfs_stream_encode_acl() 214 struct posix_acl *acl; member 291 posix_acl_from_nfsacl(struct posix_acl *acl) in posix_acl_from_nfsacl()
|
/linux-6.12.1/fs/nfs/ |
D | nfs3acl.c | 28 static void nfs3_complete_get_acl(struct posix_acl **p, struct posix_acl *acl) in nfs3_complete_get_acl() 161 static int __nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, in __nfs3_proc_setacls() 248 int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, in nfs3_proc_setacls() 258 struct posix_acl *acl, int type) in nfs3_set_acl() 306 struct posix_acl *acl; in nfs3_list_one_acl() local
|
/linux-6.12.1/fs/ceph/ |
D | acl.c | 21 int type, struct posix_acl *acl) in ceph_set_cached_acl() 40 struct posix_acl *acl; in ceph_get_acl() local 91 struct posix_acl *acl, int type) in ceph_set_acl() 172 struct posix_acl *acl, *default_acl; in ceph_pre_init_acls() local
|
/linux-6.12.1/fs/orangefs/ |
D | acl.c | 15 struct posix_acl *acl; in orangefs_get_acl() local 67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __orangefs_set_acl() 122 struct posix_acl *acl, int type) in orangefs_set_acl()
|
/linux-6.12.1/fs/btrfs/ |
D | acl.c | 23 struct posix_acl *acl; in btrfs_get_acl() local 58 struct posix_acl *acl, int type) in __btrfs_set_acl() 113 struct posix_acl *acl, int type) in btrfs_set_acl()
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | ksz9477_tc_flower.c | 32 struct ksz9477_acl_priv *acl = dev->ports[port].acl_priv; in ksz9477_flower_parse_key_l2() local 163 struct ksz9477_acl_priv *acl = dev->ports[port].acl_priv; in ksz9477_flower_parse_action() local 221 struct ksz9477_acl_priv *acl; in ksz9477_cls_flower_add() local 274 struct ksz9477_acl_priv *acl; in ksz9477_cls_flower_del() local
|
/linux-6.12.1/drivers/target/tcm_fc/ |
D | tfc_conf.c | 127 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_port_name_show() local 137 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_port_name_store() local 147 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_node_name_show() local 157 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_node_name_store() local 204 struct ft_node_acl *acl = in ft_init_nodeacl() local
|
/linux-6.12.1/fs/smb/server/ |
D | ndr.c | 296 static int ndr_encode_posix_acl_entry(struct ndr *n, struct xattr_smb_acl *acl) in ndr_encode_posix_acl_entry() 343 struct xattr_smb_acl *acl, in ndr_encode_posix_acl() 397 int ndr_encode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl) in ndr_encode_v4_ntacl() 450 int ndr_decode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl) in ndr_decode_v4_ntacl()
|