Home
last modified time | relevance | path

Searched refs:POSIX_ACL_XATTR_DEFAULT (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/fs/ceph/
Dacl.c55 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/
Dposix_acl.c27 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/
Dacl.c43 name = POSIX_ACL_XATTR_DEFAULT; in btrfs_get_acl()
97 name = POSIX_ACL_XATTR_DEFAULT; in __btrfs_set_acl()
Dinode.c3551 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/
Dacl.c46 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/
Dxattr.c206 } 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/
Dacl.c70 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/
Dxfs_xattr.c264 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/
Dposix_acl_xattr.h16 #define POSIX_ACL_XATTR_DEFAULT "system.posix_acl_default" macro
/linux-4.4.14/fs/reiserfs/
Dxattr_acl.c192 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/
Dnfs3acl.c292 POSIX_ACL_XATTR_DEFAULT, data, size, &result); in nfs3_listxattr()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr.c66 if (!strcmp(name, POSIX_ACL_XATTR_DEFAULT)) in get_xattr_type()
/linux-4.4.14/fs/
Dposix_acl.c857 .prefix = POSIX_ACL_XATTR_DEFAULT,