Searched refs:acls (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/fs/ceph/ |
H A D | dir.c | 713 struct ceph_acls_info acls = {}; ceph_mknod() local 719 err = ceph_pre_init_acls(dir, &mode, &acls); ceph_mknod() 737 if (acls.pagelist) { ceph_mknod() 738 req->r_pagelist = acls.pagelist; ceph_mknod() 739 acls.pagelist = NULL; ceph_mknod() 747 ceph_init_inode_acls(d_inode(dentry), &acls); ceph_mknod() local 750 ceph_release_acls_info(&acls); ceph_mknod() 803 struct ceph_acls_info acls = {}; ceph_mkdir() local 820 err = ceph_pre_init_acls(dir, &mode, &acls); ceph_mkdir() 836 if (acls.pagelist) { ceph_mkdir() 837 req->r_pagelist = acls.pagelist; ceph_mkdir() 838 acls.pagelist = NULL; ceph_mkdir() 848 ceph_init_inode_acls(d_inode(dentry), &acls); ceph_mkdir() local 851 ceph_release_acls_info(&acls); ceph_mkdir()
|
H A D | file.c | 302 struct ceph_acls_info acls = {}; ceph_atomic_open() local 317 err = ceph_pre_init_acls(dir, &mode, &acls); ceph_atomic_open() 333 if (acls.pagelist) { ceph_atomic_open() 334 req->r_pagelist = acls.pagelist; ceph_atomic_open() 335 acls.pagelist = NULL; ceph_atomic_open() 366 ceph_init_inode_acls(d_inode(dentry), &acls); ceph_atomic_open() local 376 ceph_release_acls_info(&acls); ceph_atomic_open()
|
/linux-4.4.14/security/integrity/evm/ |
H A D | evm_main.c | 270 * The posix xattr acls are 'system' prefixed, which normally would not 272 * acls is their modifying of the i_mode, which is included in security.evm. 273 * For posix xattr acls only, permit security.evm, even if it currently
|
/linux-4.4.14/include/linux/ |
H A D | nfs_fs.h | 204 #define NFS_INO_INVALID_ACL 0x0010 /* cached acls are invalid */
|
/linux-4.4.14/drivers/target/ |
H A D | target_core_fabric_configfs.c | 295 * Make sure user is creating iscsi/$IQN/$TPGT/acls/$INITIATOR/lun_$ID. target_fabric_make_mappedlun() 943 config_group_init_type_name(&se_tpg->tpg_acl_group, "acls", target_fabric_make_tpg()
|
/linux-4.4.14/fs/gfs2/ |
H A D | incore.h | 552 unsigned int ar_posix_acl:1; /* Enable posix acls */
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 3368 * rmdir /sys/kernel/config/target/$driver/$port/$tpg/acls/$i_port_id 3450 * mkdir /sys/kernel/config/target/$driver/$port/$tpg/acls/$i_port_id 3477 * rmdir /sys/kernel/config/target/$driver/$port/$tpg/acls/$i_port_id
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_iops.c | 555 /* If acls are being inherited, we already have this checked */ xfs_setattr_nonsize()
|
/linux-4.4.14/fs/btrfs/ |
H A D | inode.c | 3534 * don't find any xattrs, we know there can't be any acls. 3560 /* we found a different objectid, there must not be acls */ acls_after_inode_item() 3575 * be any acls later on acls_after_inode_item() 3594 * has acls acls_after_inode_item() 3739 * any xattrs or acls btrfs_read_locked_inode()
|
/linux-4.4.14/fs/ext4/ |
H A D | super.c | 3231 /* xattr user namespace & acls are now defaulted on */ ext4_fill_super()
|
/linux-4.4.14/fs/cifs/ |
H A D | cifssmb.c | 3843 /* BB TEST with big acls that might need to be e.g. larger than 16K */ CIFSSMBGetCIFSACL()
|
/linux-4.4.14/fs/ocfs2/ |
H A D | xattr.c | 696 /* for directory, it has DEFAULT and ACCESS two types of acls */ ocfs2_calc_xattr_init()
|
Completed in 1054 milliseconds