Lines Matching refs:init_user_ns
140 rc = vfs_unlink(&init_user_ns, lower_dir, lower_dentry, in ecryptfs_do_unlink()
181 rc = vfs_create(&init_user_ns, lower_dir, in ecryptfs_do_create()
192 vfs_unlink(&init_user_ns, lower_dir, lower_dentry, NULL); in ecryptfs_do_create()
435 rc = vfs_link(lower_old_dentry, &init_user_ns, lower_dir, in ecryptfs_link()
479 rc = vfs_symlink(&init_user_ns, lower_dir, lower_dentry, in ecryptfs_symlink()
505 rc = vfs_mkdir(&init_user_ns, lower_dir, in ecryptfs_mkdir()
534 rc = vfs_rmdir(&init_user_ns, lower_dir, lower_dentry); in ecryptfs_rmdir()
558 rc = vfs_mknod(&init_user_ns, lower_dir, in ecryptfs_mknod()
617 rd.old_mnt_userns = &init_user_ns; in ecryptfs_rename()
620 rd.new_mnt_userns = &init_user_ns; in ecryptfs_rename()
857 rc = notify_change(&init_user_ns, lower_dentry, in ecryptfs_truncate()
868 return inode_permission(&init_user_ns, in ecryptfs_permission()
940 rc = setattr_prepare(&init_user_ns, dentry, ia); in ecryptfs_setattr()
966 rc = notify_change(&init_user_ns, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
983 generic_fillattr(&init_user_ns, d_inode(dentry), stat); in ecryptfs_getattr_link()
1012 generic_fillattr(&init_user_ns, d_inode(dentry), stat); in ecryptfs_getattr()
1034 rc = __vfs_setxattr_locked(&init_user_ns, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
1100 rc = __vfs_removexattr(&init_user_ns, lower_dentry, name); in ecryptfs_removexattr()
1117 rc = vfs_fileattr_set(&init_user_ns, lower_dentry, fa); in ecryptfs_fileattr_set()