Searched refs:posix_acl_clone (Results 1 – 12 of 12) sorted by relevance
/fs/ |
D | generic_acl.c | 144 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()
|
D | posix_acl.c | 26 EXPORT_SYMBOL(posix_acl_clone); 54 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) in posix_acl_clone() function
|
/fs/jfs/ |
D | acl.c | 168 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/ |
D | acl.c | 225 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/ |
D | acl.c | 271 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/ |
D | acl.c | 263 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/ |
D | acl.c | 332 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/ |
D | acl.c | 338 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/ |
D | acl.c | 344 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/ |
D | xattr_acl.c | 364 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/ |
D | acl.c | 338 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/ |
D | nfs3acl.c | 422 acl = posix_acl_clone(dfacl, GFP_KERNEL); in nfs3_proc_set_default_acl()
|