Searched refs:POSIX_ACL_XATTR_DEFAULT (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | acl.c | 55 name = POSIX_ACL_XATTR_DEFAULT; in ceph_get_acl() 109 name = POSIX_ACL_XATTR_DEFAULT; in ceph_set_acl() 219 size_t len = strlen(POSIX_ACL_XATTR_DEFAULT); in ceph_pre_init_acls() 224 POSIX_ACL_XATTR_DEFAULT, len); in ceph_pre_init_acls()
|
/linux-4.4.14/fs/hfsplus/ |
D | posix_acl.c | 27 xattr_name = POSIX_ACL_XATTR_DEFAULT; in hfsplus_get_posix_acl() 79 xattr_name = POSIX_ACL_XATTR_DEFAULT; in hfsplus_set_posix_acl()
|
/linux-4.4.14/fs/btrfs/ |
D | acl.c | 43 name = POSIX_ACL_XATTR_DEFAULT; in btrfs_get_acl() 97 name = POSIX_ACL_XATTR_DEFAULT; in __btrfs_set_acl()
|
D | inode.c | 3551 xattr_default = btrfs_name_hash(POSIX_ACL_XATTR_DEFAULT, in acls_after_inode_item() 3552 strlen(POSIX_ACL_XATTR_DEFAULT)); in acls_after_inode_item()
|
/linux-4.4.14/fs/jfs/ |
D | acl.c | 46 ea_name = POSIX_ACL_XATTR_DEFAULT; in jfs_get_acl() 97 ea_name = POSIX_ACL_XATTR_DEFAULT; in __jfs_set_acl()
|
/linux-4.4.14/fs/cifs/ |
D | xattr.c | 206 } else if (strncmp(ea_name, POSIX_ACL_XATTR_DEFAULT, in cifs_setxattr() 207 strlen(POSIX_ACL_XATTR_DEFAULT)) == 0) { in cifs_setxattr() 306 } else if (strncmp(ea_name, POSIX_ACL_XATTR_DEFAULT, in cifs_getxattr() 307 strlen(POSIX_ACL_XATTR_DEFAULT)) == 0) { in cifs_getxattr()
|
/linux-4.4.14/fs/9p/ |
D | acl.c | 70 dacl = __v9fs_get_acl(fid, POSIX_ACL_XATTR_DEFAULT); in v9fs_get_acl() 139 name = POSIX_ACL_XATTR_DEFAULT; in v9fs_set_acl() 338 .prefix = POSIX_ACL_XATTR_DEFAULT,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_xattr.c | 264 error = list_one_attr(POSIX_ACL_XATTR_DEFAULT, in xfs_vn_listxattr() 265 strlen(POSIX_ACL_XATTR_DEFAULT) + 1, in xfs_vn_listxattr()
|
/linux-4.4.14/include/linux/ |
D | posix_acl_xattr.h | 16 #define POSIX_ACL_XATTR_DEFAULT "system.posix_acl_default" macro
|
/linux-4.4.14/fs/reiserfs/ |
D | xattr_acl.c | 192 name = POSIX_ACL_XATTR_DEFAULT; in reiserfs_get_acl() 259 name = POSIX_ACL_XATTR_DEFAULT; in __reiserfs_set_acl()
|
/linux-4.4.14/fs/nfs/ |
D | nfs3acl.c | 292 POSIX_ACL_XATTR_DEFAULT, data, size, &result); in nfs3_listxattr()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | xattr.c | 66 if (!strcmp(name, POSIX_ACL_XATTR_DEFAULT)) in get_xattr_type()
|
/linux-4.4.14/fs/ |
D | posix_acl.c | 857 .prefix = POSIX_ACL_XATTR_DEFAULT,
|