Home
last modified time | relevance | path

Searched refs:posix_acl_clone (Results 1 – 12 of 12) sorted by relevance

/fs/
Dgeneric_acl.c144 clone = posix_acl_clone(acl, GFP_KERNEL); in generic_acl_init()
151 clone = posix_acl_clone(acl, GFP_KERNEL); in generic_acl_init()
187 clone = posix_acl_clone(acl, GFP_KERNEL); in generic_acl_chmod()
Dposix_acl.c26 EXPORT_SYMBOL(posix_acl_clone);
54 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) in posix_acl_clone() function
/fs/jfs/
Dacl.c168 clone = posix_acl_clone(acl, GFP_KERNEL); in jfs_init_acl()
205 clone = posix_acl_clone(acl, GFP_KERNEL); in jfs_acl_chmod()
/fs/gfs2/
Dacl.c225 clone = posix_acl_clone(acl, GFP_NOFS); in gfs2_acl_create()
275 clone = posix_acl_clone(acl, GFP_NOFS); in gfs2_acl_chmod()
/fs/btrfs/
Dacl.c271 clone = posix_acl_clone(acl, GFP_NOFS); in btrfs_init_acl()
308 clone = posix_acl_clone(acl, GFP_KERNEL); in btrfs_acl_chmod()
/fs/ocfs2/
Dacl.c263 clone = posix_acl_clone(acl, GFP_KERNEL); in ocfs2_acl_chmod()
312 clone = posix_acl_clone(acl, GFP_NOFS); in ocfs2_init_acl()
/fs/ext2/
Dacl.c332 clone = posix_acl_clone(acl, GFP_KERNEL); in ext2_init_acl()
380 clone = posix_acl_clone(acl, GFP_KERNEL); in ext2_acl_chmod()
/fs/ext4/
Dacl.c338 clone = posix_acl_clone(acl, GFP_NOFS); in ext4_init_acl()
387 clone = posix_acl_clone(acl, GFP_KERNEL); in ext4_acl_chmod()
/fs/jffs2/
Dacl.c344 clone = posix_acl_clone(acl, GFP_KERNEL); in jffs2_init_acl_pre()
402 clone = posix_acl_clone(acl, GFP_KERNEL); in jffs2_acl_chmod()
/fs/reiserfs/
Dxattr_acl.c364 acl_copy = posix_acl_clone(acl, GFP_NOFS); in reiserfs_inherit_default_acl()
439 clone = posix_acl_clone(acl, GFP_NOFS); in reiserfs_acl_chmod()
/fs/ext3/
Dacl.c338 clone = posix_acl_clone(acl, GFP_NOFS); in ext3_init_acl()
387 clone = posix_acl_clone(acl, GFP_KERNEL); in ext3_acl_chmod()
/fs/nfs/
Dnfs3acl.c422 acl = posix_acl_clone(dfacl, GFP_KERNEL); in nfs3_proc_set_default_acl()