Searched refs:posix_acl_from_xattr (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | posix_acl_xattr.h | 67 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
|
/linux-4.4.14/fs/gfs2/ |
D | acl.c | 62 acl = posix_acl_from_xattr(&init_user_ns, data, len); in gfs2_get_acl()
|
/linux-4.4.14/fs/9p/ |
D | acl.c | 41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 271 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/linux-4.4.14/fs/hfsplus/ |
D | posix_acl.c | 43 acl = posix_acl_from_xattr(&init_user_ns, value, size); in hfsplus_get_posix_acl()
|
/linux-4.4.14/fs/btrfs/ |
D | acl.c | 57 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl()
|
/linux-4.4.14/fs/jfs/ |
D | acl.c | 67 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
/linux-4.4.14/fs/ |
D | posix_acl.c | 657 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function 720 EXPORT_SYMBOL (posix_acl_from_xattr); 813 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_xattr_set()
|
/linux-4.4.14/fs/ceph/ |
D | acl.c | 70 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ceph_get_acl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 426 acl = posix_acl_from_xattr(&init_user_ns, buf, body->aclsize); in mdc_unpack_acl()
|