Home
last modified time | relevance | path

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

/fs/
Dxattr_acl.c77 posix_acl_to_xattr(const struct posix_acl *acl, void *buffer, size_t size) in posix_acl_to_xattr() function
98 EXPORT_SYMBOL (posix_acl_to_xattr);
Dgeneric_acl.c62 error = posix_acl_to_xattr(acl, buffer, size); in generic_acl_get()
/fs/gfs2/
Dacl.c246 posix_acl_to_xattr(acl, er.er_data, er.er_data_len); in gfs2_acl_create()
284 posix_acl_to_xattr(acl, data, len); in gfs2_acl_chmod()
/fs/btrfs/
Dacl.c103 ret = posix_acl_to_xattr(acl, value, size); in btrfs_xattr_get_acl()
156 ret = posix_acl_to_xattr(acl, value, size); in btrfs_set_acl()
/fs/jfs/
Dacl.c111 rc = posix_acl_to_xattr(acl, value, size); in jfs_set_acl()
/fs/ocfs2/
Dacl.c385 ret = posix_acl_to_xattr(acl, buffer, size); in ocfs2_xattr_get_acl()
/fs/nfs/
Dnfs3acl.c72 error = posix_acl_to_xattr(acl, buffer, size); in nfs3_getxattr()
/fs/ext2/
Dacl.c434 error = posix_acl_to_xattr(acl, buffer, size); in ext2_xattr_get_acl()
/fs/ext4/
Dacl.c458 error = posix_acl_to_xattr(acl, buffer, size); in ext4_xattr_get_acl()
/fs/jffs2/
Dacl.c443 rc = posix_acl_to_xattr(acl, buffer, size); in jffs2_acl_getxattr()
/fs/reiserfs/
Dxattr_acl.c60 error = posix_acl_to_xattr(acl, buffer, size); in xattr_get_acl()
/fs/ext3/
Dacl.c458 error = posix_acl_to_xattr(acl, buffer, size); in ext3_xattr_get_acl()
/fs/nfsd/
Dvfs.c445 len = posix_acl_to_xattr(pacl, buf, buflen); in set_nfsv4_acl_one()
2183 error = posix_acl_to_xattr(acl, value, size); in nfsd_set_posix_acl()