posix_acl_create  136 fs/btrfs/acl.c 	ret = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  170 fs/ceph/acl.c  	err = posix_acl_create(dir, mode, &default_acl, &acl);
posix_acl_create  252 fs/ext2/acl.c  	error = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  280 fs/ext4/acl.c  	error = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  645 fs/gfs2/inode.c 	error = posix_acl_create(dir, &mode, &default_acl, &acl);
posix_acl_create  275 fs/jffs2/acl.c 	rc = posix_acl_create(dir_i, i_mode, &default_acl, &acl);
posix_acl_create  130 fs/jfs/acl.c   	rc = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  331 fs/nfs/nfs3proc.c 	status = posix_acl_create(dir, &sattr->ia_mode, &default_acl, &acl);
posix_acl_create  561 fs/nfs/nfs3proc.c 	status = posix_acl_create(dir, &sattr->ia_mode, &default_acl, &acl);
posix_acl_create  694 fs/nfs/nfs3proc.c 	status = posix_acl_create(dir, &sattr->ia_mode, &default_acl, &acl);
posix_acl_create  162 fs/orangefs/acl.c 	error = posix_acl_create(dir, &mode, &default_acl, &acl);
posix_acl_create  446 fs/overlayfs/dir.c 		err = posix_acl_create(dentry->d_parent->d_inode,
posix_acl_create  630 fs/posix_acl.c EXPORT_SYMBOL_GPL(posix_acl_create);
posix_acl_create  943 fs/posix_acl.c 	error = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  326 fs/reiserfs/xattr_acl.c 	err = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
posix_acl_create  146 fs/xfs/xfs_iops.c 	error = posix_acl_create(dir, &mode, &default_acl, &acl);
posix_acl_create   76 include/linux/posix_acl.h extern int posix_acl_create(struct inode *, umode_t *, struct posix_acl **,