Home
last modified time | relevance | path

Searched refs:posix_acl_to_xattr (Results 1 – 9 of 9) sorted by relevance

/fs/ceph/
Dacl.c128 ret = posix_acl_to_xattr(&init_user_ns, acl, value, size); in ceph_set_acl()
213 err = posix_acl_to_xattr(&init_user_ns, acl, in ceph_pre_init_acls()
227 err = posix_acl_to_xattr(&init_user_ns, default_acl, in ceph_pre_init_acls()
/fs/9p/
Dacl.c131 retval = posix_acl_to_xattr(&init_user_ns, acl, buffer, size); in v9fs_set_acl()
236 error = posix_acl_to_xattr(&init_user_ns, acl, buffer, size); in v9fs_xattr_get_acl()
/fs/fuse/
Dacl.c84 ret = posix_acl_to_xattr(fc->user_ns, acl, value, size); in fuse_set_acl()
/fs/gfs2/
Dacl.c91 error = posix_acl_to_xattr(&init_user_ns, acl, data, len); in __gfs2_set_acl()
/fs/btrfs/
Dacl.c91 ret = posix_acl_to_xattr(&init_user_ns, acl, value, size); in __btrfs_set_acl()
/fs/
Dposix_acl.c794 posix_acl_to_xattr(struct user_namespace *user_ns, const struct posix_acl *acl, in posix_acl_to_xattr() function
830 EXPORT_SYMBOL (posix_acl_to_xattr);
851 error = posix_acl_to_xattr(&init_user_ns, acl, value, size); in posix_acl_xattr_get()
/fs/jfs/
Dacl.c80 rc = posix_acl_to_xattr(&init_user_ns, acl, value, size); in __jfs_set_acl()
/fs/orangefs/
Dacl.c96 error = posix_acl_to_xattr(&init_user_ns, acl, value, size); in __orangefs_set_acl()
/fs/overlayfs/
Ddir.c419 err = posix_acl_to_xattr(&init_user_ns, acl, buffer, size); in ovl_set_upper_acl()