Searched refs:child_perm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | inode.c | 88 __u16 child_perm; in sharefs_create() local 90 saved_cred = sharefs_override_file_fsids(dir, &child_perm); in sharefs_create() 123 __u16 child_perm; in sharefs_mkdir() local 125 saved_cred = sharefs_override_file_fsids(dir, &child_perm); in sharefs_mkdir()
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | inode.c | 88 __u16 child_perm; in sharefs_create() local 90 saved_cred = sharefs_override_file_fsids(dir, &child_perm); in sharefs_create() 123 __u16 child_perm; in sharefs_mkdir() local 125 saved_cred = sharefs_override_file_fsids(dir, &child_perm); in sharefs_mkdir()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 337 __u16 child_perm; in hmdfs_mkdir_local_dentry() local 340 error = hmdfs_override_dir_id_fs(&or, dir, dentry, &child_perm); in hmdfs_mkdir_local_dentry() 360 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_mkdir_local_dentry() 417 __u16 child_perm; in hmdfs_create_local_dentry() local 421 saved_cred = hmdfs_override_file_fsids(dir, &child_perm); in hmdfs_create_local_dentry() 448 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_create_local_dentry() 780 __u16 child_perm; in hmdfs_symlink_local() local 789 saved_cred = hmdfs_override_file_fsids(dir, &child_perm); in hmdfs_symlink_local() 813 err = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_symlink_local()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 337 __u16 child_perm; in hmdfs_mkdir_local_dentry() local 340 error = hmdfs_override_dir_id_fs(&or, dir, dentry, &child_perm); in hmdfs_mkdir_local_dentry() 360 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_mkdir_local_dentry() 417 __u16 child_perm; in hmdfs_create_local_dentry() local 421 saved_cred = hmdfs_override_file_fsids(dir, &child_perm); in hmdfs_create_local_dentry() 448 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_create_local_dentry() 787 __u16 child_perm; in hmdfs_symlink_local() local 796 saved_cred = hmdfs_override_file_fsids(dir, &child_perm); in hmdfs_symlink_local() 820 err = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_symlink_local()
|
Completed in 7 milliseconds