Searched refs:copied_fs (Results 1 – 3 of 3) sorted by relevance
17 struct fs_struct *copied_fs = copy_fs_struct(saved_fs); in hmdfs_override_fsstruct() local19 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() argument38 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()
21 struct fs_struct *copied_fs; member248 struct fs_struct *copied_fs);
415 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_create_local_dentry() local427 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() local800 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()