Home
last modified time | relevance | path

Searched refs:copied_fs (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/authority/
Dauthentication.c17 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() argument
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()
Dauthentication.h21 struct fs_struct *copied_fs; member
248 struct fs_struct *copied_fs);
/kernel/linux/linux-5.10/fs/hmdfs/
Dinode_local.c415 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_create_local_dentry() local
427 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_create_local_dentry()
428 if (!copied_fs) { in hmdfs_create_local_dentry()
466 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_create_local_dentry()
783 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_symlink_local() local
800 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_symlink_local()
801 if (!copied_fs) { in hmdfs_symlink_local()
832 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_symlink_local()