Home
last modified time | relevance | path

Searched defs:acl (Results 76 - 100 of 188) sorted by relevance

12345678

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-server.c239 PACL acl; in pa_socket_server_new_unix() local
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddomain.c171 uuid_t *acl; in boot_acl_store() local
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_device.c568 struct se_node_acl *acl; in core_dev_add_lun() local
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_tpg.c397 struct iscsi_node_acl *acl = container_of(se_nacl, struct iscsi_node_acl, in iscsit_tpg_get_node_attrib() local
H A Discsi_target_stat.c591 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_inst_show() local
601 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_node_show() local
622 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_indx_show() local
644 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_cmd_pdus_show() local
666 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); in iscsi_stat_sess_rsp_pdus_show() local
688 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); iscsi_stat_sess_txdata_octs_show() local
710 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); iscsi_stat_sess_rxdata_octs_show() local
732 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); iscsi_stat_sess_conn_digest_errors_show() local
754 struct iscsi_node_acl *acl = iscsi_stat_nacl(item); iscsi_stat_sess_conn_timeout_errors_show() local
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dnetwork.c422 const struct tomoyo_inet_acl *acl = in tomoyo_check_inet_acl() local
452 const struct tomoyo_unix_acl *acl in tomoyo_check_unix_acl() local
[all...]
H A Dfile.c255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() local
278 const struct tomoyo_path_number_acl *acl = in tomoyo_check_path_number_acl() local
299 const struct tomoyo_path2_acl *acl in tomoyo_check_path2_acl() local
319 const struct tomoyo_mkdev_acl *acl = tomoyo_check_mkdev_acl() local
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c679 struct posix_acl *acl; in erofs_get_acl() local
/kernel/linux/linux-5.10/fs/
H A Dposix_acl.c41 struct posix_acl *acl; in get_cached_acl() local
63 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl() argument
100 struct posix_acl *acl; in get_acl() local
166 posix_acl_init(struct posix_acl *acl, int count) posix_acl_init() argument
181 struct posix_acl *acl = kmalloc(size, flags); posix_acl_alloc() local
192 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) posix_acl_clone() argument
210 posix_acl_valid(struct user_namespace *user_ns, const struct posix_acl *acl) posix_acl_valid() argument
279 posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p) posix_acl_equiv_mode() argument
327 struct posix_acl *acl = posix_acl_alloc(3, flags); posix_acl_from_mode() local
348 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) posix_acl_permission() argument
416 posix_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) posix_acl_create_masq() argument
473 __posix_acl_chmod_masq(struct posix_acl *acl, umode_t mode) __posix_acl_chmod_masq() argument
519 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p) __posix_acl_create() argument
537 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) __posix_acl_chmod() argument
557 struct posix_acl *acl; posix_acl_chmod() local
582 posix_acl_create(struct inode *dir, umode_t *mode, struct posix_acl **default_acl, struct posix_acl **acl) posix_acl_create() argument
647 posix_acl_update_mode(struct inode *inode, umode_t *mode_p, struct posix_acl **acl) posix_acl_update_mode() argument
734 struct posix_acl *acl; posix_acl_from_xattr() local
797 posix_acl_to_xattr(struct user_namespace *user_ns, const struct posix_acl *acl, void *buffer, size_t size) posix_acl_to_xattr() argument
840 struct posix_acl *acl; posix_acl_xattr_get() local
861 set_posix_acl(struct inode *inode, int type, struct posix_acl *acl) set_posix_acl() argument
888 struct posix_acl *acl = NULL; posix_acl_xattr_set() local
925 simple_set_acl(struct inode *inode, struct posix_acl *acl, int type) simple_set_acl() argument
943 struct posix_acl *default_acl, *acl; simple_acl_create() local
[all...]
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c525 struct posix_acl *acl; in erofs_get_acl() local
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dxattr.c546 struct posix_acl *acl; in ntfs_get_acl() local
588 ntfs_set_acl_ex(struct mnt_idmap *idmap, struct inode *inode, struct posix_acl *acl, int type, bool init_acl) ntfs_set_acl_ex() argument
661 ntfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, struct posix_acl *acl, int type) ntfs_set_acl() argument
675 struct posix_acl *default_acl, *acl; ntfs_init_acl() local
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddomain.c166 uuid_t *acl; in boot_acl_store() local
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() local
278 const struct tomoyo_path_number_acl *acl = in tomoyo_check_path_number_acl() local
299 const struct tomoyo_path2_acl *acl in tomoyo_check_path2_acl() local
319 const struct tomoyo_mkdev_acl *acl = tomoyo_check_mkdev_acl() local
[all...]
H A Dnetwork.c422 const struct tomoyo_inet_acl *acl = in tomoyo_check_inet_acl() local
452 const struct tomoyo_unix_acl *acl in tomoyo_check_unix_acl() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dxattrs.c176 int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size, in cpu_to_le_acl() argument
154 le_acl_to_cpu(const struct LE_POSIX_ACL *le_acl, size_t size, struct POSIX_ACL *acl) le_acl_to_cpu() argument
491 struct POSIX_ACL *acl; ntfs_xattr_system_getxattr() local
619 struct POSIX_ACL *acl; ntfs_xattr_system_setxattr() local
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c247 int acl = 0; in parse_mount_options() local
/third_party/pulseaudio/src/daemon/
H A Dohos_pa_main.c202 PACL acl; in change_user() local
226 PACL acl; in change_user() local
H A Dmain.c199 PACL acl; in change_user() local
223 PACL acl; in change_user() local
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Dislpci_dev.h94 struct islpci_acl acl; member
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs3proc.c317 struct posix_acl *default_acl, *acl; in nfs3_proc_create() local
560 struct posix_acl *default_acl, *acl; in nfs3_proc_mkdir() local
692 struct posix_acl *default_acl, *acl; in nfs3_proc_mknod() local
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4acl.c189 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) in summarize_posix_acl() argument
129 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, struct nfs4_acl **acl) nfsd4_get_nfs4_acl() argument
233 _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl, unsigned int flags) _posix_to_nfsv4_one() argument
692 nfs4_acl_nfsv4_to_posix(struct nfs4_acl *acl, struct posix_acl **pacl, struct posix_acl **dpacl, unsigned int flags) nfs4_acl_nfsv4_to_posix() argument
755 nfsd4_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_acl *acl) nfsd4_set_nfs4_acl() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iops.c139 struct posix_acl *default_acl, *acl; in xfs_generic_create() local
/kernel/linux/linux-5.10/fs/overlayfs/
H A Ddir.c466 struct posix_acl *acl, *default_acl; in ovl_create_over_whiteout() local
431 ovl_set_upper_acl(struct dentry *upperdentry, const char *name, const struct posix_acl *acl) ovl_set_upper_acl() argument
H A Dinode.c448 struct posix_acl *acl; in ovl_get_acl() local
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs3proc.c341 struct posix_acl *default_acl, *acl; in nfs3_proc_create() local
584 struct posix_acl *default_acl, *acl; in nfs3_proc_mkdir() local
715 struct posix_acl *default_acl, *acl; in nfs3_proc_mknod() local
[all...]

Completed in 25 milliseconds

12345678