Searched refs:copied_fs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
H A D | authentication.c | 17 struct fs_struct *copied_fs = copy_fs_struct(saved_fs); in hmdfs_override_fsstruct() local 19 if (!copied_fs) in hmdfs_override_fsstruct() 21 copied_fs->umask = 0; in hmdfs_override_fsstruct() 23 current->fs = copied_fs; in hmdfs_override_fsstruct() 25 return copied_fs; in hmdfs_override_fsstruct() 32 struct fs_struct *copied_fs) in hmdfs_revert_fsstruct() 38 free_fs_struct(copied_fs); in hmdfs_revert_fsstruct() 162 or->copied_fs = hmdfs_override_fsstruct(or->saved_fs); in hmdfs_override_dir_id_fs() 163 if (!or->copied_fs) { in hmdfs_override_dir_id_fs() 173 hmdfs_revert_fsstruct(or->saved_fs, or->copied_fs); in hmdfs_revert_dir_id_fs() 31 hmdfs_revert_fsstruct(struct fs_struct *saved_fs, struct fs_struct *copied_fs) hmdfs_revert_fsstruct() argument [all...] |
H A D | authentication.h | 21 struct fs_struct *copied_fs; member 248 struct fs_struct *copied_fs);
|
/kernel/linux/linux-6.6/fs/hmdfs/authority/ |
H A D | authentication.c | 17 struct fs_struct *copied_fs = copy_fs_struct(saved_fs); in hmdfs_override_fsstruct() local 19 if (!copied_fs) in hmdfs_override_fsstruct() 21 copied_fs->umask = 0; in hmdfs_override_fsstruct() 23 current->fs = copied_fs; in hmdfs_override_fsstruct() 25 return copied_fs; in hmdfs_override_fsstruct() 32 struct fs_struct *copied_fs) in hmdfs_revert_fsstruct() 38 free_fs_struct(copied_fs); in hmdfs_revert_fsstruct() 162 or->copied_fs = hmdfs_override_fsstruct(or->saved_fs); in hmdfs_override_dir_id_fs() 163 if (!or->copied_fs) { in hmdfs_override_dir_id_fs() 173 hmdfs_revert_fsstruct(or->saved_fs, or->copied_fs); in hmdfs_revert_dir_id_fs() 31 hmdfs_revert_fsstruct(struct fs_struct *saved_fs, struct fs_struct *copied_fs) hmdfs_revert_fsstruct() argument [all...] |
H A D | authentication.h | 21 struct fs_struct *copied_fs; member 248 struct fs_struct *copied_fs);
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 416 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_create_local_dentry() local 428 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_create_local_dentry() 429 if (!copied_fs) { in hmdfs_create_local_dentry() 467 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_create_local_dentry() 779 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_symlink_local() local 796 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_symlink_local() 797 if (!copied_fs) { in hmdfs_symlink_local() 828 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_symlink_local()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 416 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_create_local_dentry() local 428 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_create_local_dentry() 429 if (!copied_fs) { in hmdfs_create_local_dentry() 467 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_create_local_dentry() 786 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_symlink_local() local 803 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_symlink_local() 804 if (!copied_fs) { in hmdfs_symlink_local() 835 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_symlink_local()
|
Completed in 6 milliseconds