Searched refs:posix_acl_from_xattr (Results 1 – 16 of 16) sorted by relevance
/fs/ |
D | xattr_acl.c | 76 posix_acl_from_xattr(struct user_namespace *user_ns, in posix_acl_from_xattr() function 139 EXPORT_SYMBOL (posix_acl_from_xattr);
|
D | generic_acl.c | 80 acl = posix_acl_from_xattr(&init_user_ns, value, size); in generic_acl_set()
|
/fs/btrfs/ |
D | acl.c | 64 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_get_acl() 172 acl = posix_acl_from_xattr(&init_user_ns, value, size); in btrfs_xattr_acl_set()
|
/fs/gfs2/ |
D | acl.c | 66 acl = posix_acl_from_xattr(&init_user_ns, data, len); in gfs2_get_acl() 248 acl = posix_acl_from_xattr(&init_user_ns, value, size); in gfs2_xattr_system_set()
|
/fs/9p/ |
D | acl.c | 41 acl = posix_acl_from_xattr(&init_user_ns, value, size); in __v9fs_get_acl() 308 acl = posix_acl_from_xattr(&init_user_ns, value, size); in v9fs_xattr_set_acl()
|
/fs/jfs/ |
D | acl.c | 67 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jfs_get_acl()
|
D | xattr.c | 688 acl = posix_acl_from_xattr(&init_user_ns, value, value_len); in can_set_system_xattr() 714 acl = posix_acl_from_xattr(&init_user_ns, value, value_len); in can_set_system_xattr()
|
/fs/xfs/ |
D | xfs_acl.c | 369 acl = posix_acl_from_xattr(&init_user_ns, value, size); in xfs_xattr_acl_set()
|
/fs/ext2/ |
D | acl.c | 382 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ext2_xattr_set_acl()
|
/fs/ext3/ |
D | acl.c | 403 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ext3_xattr_set_acl()
|
/fs/jffs2/ |
D | acl.c | 397 acl = posix_acl_from_xattr(&init_user_ns, value, size); in jffs2_acl_setxattr()
|
/fs/f2fs/ |
D | acl.c | 377 acl = posix_acl_from_xattr(&init_user_ns, value, size); in f2fs_xattr_set_acl()
|
/fs/nfs/ |
D | nfs3acl.c | 95 acl = posix_acl_from_xattr(&init_user_ns, value, size); in nfs3_setxattr()
|
/fs/reiserfs/ |
D | xattr_acl.c | 33 acl = posix_acl_from_xattr(&init_user_ns, value, size); in posix_acl_set()
|
/fs/ocfs2/ |
D | acl.c | 499 acl = posix_acl_from_xattr(&init_user_ns, value, size); in ocfs2_xattr_set_acl()
|
/fs/nfsd/ |
D | vfs.c | 552 pacl = posix_acl_from_xattr(&init_user_ns, buf, buflen); in _get_posix_acl() 2259 acl = posix_acl_from_xattr(&init_user_ns, value, size); in nfsd_get_posix_acl()
|