/Linux-v4.19/fs/ |
D | posix_acl.c | 40 struct posix_acl *acl; in get_cached_acl() local 62 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl() 99 struct posix_acl *acl; in get_acl() local 165 posix_acl_init(struct posix_acl *acl, int count) in posix_acl_init() 180 struct posix_acl *acl = kmalloc(size, flags); in posix_acl_alloc() local 191 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) in posix_acl_clone() 209 posix_acl_valid(struct user_namespace *user_ns, const struct posix_acl *acl) in posix_acl_valid() 278 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p) in posix_acl_equiv_mode() 326 struct posix_acl *acl = posix_acl_alloc(3, flags); in posix_acl_from_mode() local 347 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission() [all …]
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_nodeattrib.c | 36 struct iscsi_node_acl *acl, in iscsit_set_default_node_attribues() 52 struct iscsi_node_acl *acl, in iscsit_na_dataout_timeout() 77 struct iscsi_node_acl *acl, in iscsit_na_dataout_timeout_retries() 103 struct iscsi_node_acl *acl, in iscsit_na_nopin_timeout() 158 struct iscsi_node_acl *acl, in iscsit_na_nopin_response_timeout() 184 struct iscsi_node_acl *acl, in iscsit_na_random_datain_pdu_offsets() 204 struct iscsi_node_acl *acl, in iscsit_na_random_datain_seq_offsets() 224 struct iscsi_node_acl *acl, in iscsit_na_random_r2t_offsets() 244 struct iscsi_node_acl *acl, in iscsit_na_default_erl()
|
D | iscsi_target_stat.c | 599 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_inst_show() local 609 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_node_show() local 630 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_indx_show() local 652 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_cmd_pdus_show() local 674 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_rsp_pdus_show() local 696 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_txdata_octs_show() local 718 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_rxdata_octs_show() local 740 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_conn_digest_errors_show() local 762 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_conn_timeout_errors_show() local
|
/Linux-v4.19/drivers/target/ |
D | target_core_tpg.c | 59 struct se_node_acl *acl; in __core_tpg_get_initiator_node_acl() local 77 struct se_node_acl *acl; in core_tpg_get_initiator_node_acl() local 120 struct se_node_acl *acl, in core_tpg_add_node_to_devs() 173 struct se_node_acl *acl, u32 queue_depth) in target_set_nacl_queue_depth() 188 struct se_node_acl *acl; in target_alloc_node_acl() local 220 static void target_add_node_acl(struct se_node_acl *acl) in target_add_node_acl() 241 struct se_node_acl *acl; in target_tpg_has_node_acl() local 261 struct se_node_acl *acl; in core_tpg_check_initiator_node_acl() local 308 struct se_node_acl *acl; in core_tpg_add_initiator_node_acl() local 339 static void target_shutdown_sessions(struct se_node_acl *acl) in target_shutdown_sessions() [all …]
|
/Linux-v4.19/fs/9p/ |
D | acl.c | 32 struct posix_acl *acl = NULL; in __v9fs_get_acl() local 90 struct posix_acl *acl; in v9fs_get_cached_acl() local 117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 153 struct posix_acl *acl; in v9fs_acl_chmod() local 170 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() 180 struct posix_acl *acl) in v9fs_put_acl() 191 struct posix_acl *acl = NULL; in v9fs_acl_mode() local 220 struct posix_acl *acl; in v9fs_xattr_get_acl() local 247 struct posix_acl *acl; in v9fs_xattr_set_acl() local
|
D | acl.h | 39 struct posix_acl *acl) in v9fs_set_create_acl() 44 struct posix_acl *acl) in v9fs_put_acl()
|
/Linux-v4.19/fs/f2fs/ |
D | acl.c | 51 struct posix_acl *acl; in f2fs_acl_from_disk() local 113 const struct posix_acl *acl, size_t *size) in f2fs_acl_to_disk() 172 struct posix_acl *acl; in __f2fs_get_acl() local 204 struct posix_acl *acl, struct page *ipage) in __f2fs_set_acl() 251 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl() 263 static struct posix_acl *f2fs_acl_clone(const struct posix_acl *acl, in f2fs_acl_clone() 278 static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) in f2fs_acl_create_masq() 333 struct posix_acl **default_acl, struct posix_acl **acl, in f2fs_acl_create() 384 struct posix_acl *default_acl = NULL, *acl = NULL; in f2fs_init_acl() local
|
/Linux-v4.19/fs/reiserfs/ |
D | xattr_acl.c | 21 reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in reiserfs_set_acl() 69 struct posix_acl *acl; in reiserfs_posix_acl_from_disk() local 135 static void *reiserfs_posix_acl_to_disk(const struct posix_acl *acl, size_t * size) in reiserfs_posix_acl_to_disk() 194 struct posix_acl *acl; in reiserfs_get_acl() local 245 int type, struct posix_acl *acl) in __reiserfs_set_acl() 304 struct posix_acl *default_acl, *acl; in reiserfs_inherit_default_acl() local 365 struct posix_acl *acl; in reiserfs_cache_default_acl() local
|
/Linux-v4.19/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 180 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl() 219 ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext2_set_acl() 249 struct posix_acl *default_acl, *acl; in ext2_init_acl() local
|
/Linux-v4.19/fs/ocfs2/ |
D | acl.c | 46 struct posix_acl *acl; in ocfs2_acl_from_xattr() local 87 static void *ocfs2_acl_to_xattr(const struct posix_acl *acl, size_t *size) in ocfs2_acl_to_xattr() 128 struct posix_acl *acl; in ocfs2_get_acl_nolock() local 228 struct posix_acl *acl, in ocfs2_set_acl() 271 int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ocfs2_iop_set_acl() 302 struct posix_acl *acl; in ocfs2_iop_get_acl() local 326 struct posix_acl *acl; in ocfs2_acl_chmod() local 362 struct posix_acl *acl = NULL; in ocfs2_init_acl() local
|
/Linux-v4.19/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 187 struct posix_acl *acl, int xattr_flags) in __ext4_set_acl() 226 ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext4_set_acl() 276 struct posix_acl *default_acl, *acl; in ext4_init_acl() local
|
/Linux-v4.19/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 210 static int __jffs2_set_acl(struct inode *inode, int xprefix, struct posix_acl *acl) in __jffs2_set_acl() 229 int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jffs2_set_acl() 270 struct posix_acl *default_acl, *acl; in jffs2_init_acl_pre() local
|
/Linux-v4.19/fs/xfs/ |
D | xfs_acl.c | 33 struct posix_acl *acl; in xfs_acl_from_disk() local 84 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk() 116 struct posix_acl *acl = NULL; in xfs_get_acl() local 162 __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __xfs_set_acl() 236 xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in xfs_set_acl()
|
/Linux-v4.19/fs/btrfs/ |
D | acl.c | 23 struct posix_acl *acl; in btrfs_get_acl() local 55 struct inode *inode, struct posix_acl *acl, int type) in __btrfs_set_acl() 97 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl() 116 struct posix_acl *default_acl, *acl; in btrfs_init_acl() local
|
/Linux-v4.19/fs/orangefs/ |
D | acl.c | 15 struct posix_acl *acl; in orangefs_get_acl() local 64 static int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, in __orangefs_set_acl() 119 int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in orangefs_set_acl() 157 struct posix_acl *default_acl, *acl; in orangefs_init_acl() local
|
/Linux-v4.19/fs/jfs/ |
D | acl.c | 32 struct posix_acl *acl; in jfs_get_acl() local 70 struct posix_acl *acl) in __jfs_set_acl() 107 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jfs_set_acl() 139 struct posix_acl *default_acl, *acl; in jfs_init_acl() local
|
/Linux-v4.19/fs/gfs2/ |
D | acl.c | 45 struct posix_acl *acl; in __gfs2_get_acl() local 67 struct posix_acl *acl; in gfs2_get_acl() local 82 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl() 111 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
|
/Linux-v4.19/fs/nfs/ |
D | nfs3acl.c | 29 static void nfs3_complete_get_acl(struct posix_acl **p, struct posix_acl *acl) in nfs3_complete_get_acl() 158 static int __nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, in __nfs3_proc_setacls() 247 int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, in nfs3_proc_setacls() 256 int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type) in nfs3_set_acl() 301 struct posix_acl *acl; in nfs3_list_one_acl() local
|
/Linux-v4.19/fs/ceph/ |
D | acl.c | 33 int type, struct posix_acl *acl) in ceph_set_cached_acl() 51 struct posix_acl *acl; in ceph_get_acl() local 98 int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ceph_set_acl() 177 struct posix_acl *acl, *default_acl; in ceph_pre_init_acls() local
|
/Linux-v4.19/include/linux/ |
D | posix_acl.h | 34 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument 42 posix_acl_dup(struct posix_acl *acl) in posix_acl_dup() 53 posix_acl_release(struct posix_acl *acl) in posix_acl_release() 111 struct posix_acl **default_acl, struct posix_acl **acl) in posix_acl_create()
|
/Linux-v4.19/fs/nfs_common/ |
D | nfsacl.c | 36 struct posix_acl *acl; member 43 struct posix_acl acl; member 92 struct posix_acl *acl, int encode_entries, int typeflag) in nfsacl_encode() 141 struct posix_acl *acl; member 218 posix_acl_from_nfsacl(struct posix_acl *acl) in posix_acl_from_nfsacl()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl.c | 36 struct mlxsw_afk *mlxsw_sp_acl_afk(struct mlxsw_sp_acl *acl) in mlxsw_sp_acl_afk() 303 struct mlxsw_sp_acl *acl = mlxsw_sp->acl; in mlxsw_sp_acl_ruleset_create() local 346 struct mlxsw_sp_acl *acl = mlxsw_sp->acl; in mlxsw_sp_acl_ruleset_destroy() local 369 __mlxsw_sp_acl_ruleset_lookup(struct mlxsw_sp_acl *acl, in __mlxsw_sp_acl_ruleset_lookup() 389 struct mlxsw_sp_acl *acl = mlxsw_sp->acl; in mlxsw_sp_acl_ruleset_lookup() local 408 struct mlxsw_sp_acl *acl = mlxsw_sp->acl; in mlxsw_sp_acl_ruleset_get() local 438 mlxsw_sp_acl_rulei_create(struct mlxsw_sp_acl *acl) in mlxsw_sp_acl_rulei_create() 755 static int mlxsw_sp_acl_rules_activity_update(struct mlxsw_sp_acl *acl) in mlxsw_sp_acl_rules_activity_update() 776 static void mlxsw_sp_acl_rule_activity_work_schedule(struct mlxsw_sp_acl *acl) in mlxsw_sp_acl_rule_activity_work_schedule() 786 struct mlxsw_sp_acl *acl = container_of(work, struct mlxsw_sp_acl, in mlxsw_sp_acl_rul_activity_update_work() local [all …]
|
/Linux-v4.19/fs/fuse/ |
D | acl.c | 20 struct posix_acl *acl; in fuse_get_acl() local 50 int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type) in fuse_set_acl()
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_conf.c | 135 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_port_name_show() local 145 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_port_name_store() local 155 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_node_name_show() local 165 struct ft_node_acl *acl = container_of(se_nacl, in ft_nacl_node_name_store() local 212 struct ft_node_acl *acl = in ft_init_nodeacl() local
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4acl.c | 130 struct nfs4_acl **acl) in nfsd4_get_nfs4_acl() 189 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) in summarize_posix_acl() 233 _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl, in _posix_to_nfsv4_one() 692 static int nfs4_acl_nfsv4_to_posix(struct nfs4_acl *acl, in nfs4_acl_nfsv4_to_posix() 756 struct nfs4_acl *acl) in nfsd4_set_nfs4_acl()
|