Searched refs:saved_fs (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
D | authentication.c | 14 struct fs_struct *hmdfs_override_fsstruct(struct fs_struct *saved_fs) in hmdfs_override_fsstruct() argument 17 struct fs_struct *copied_fs = copy_fs_struct(saved_fs); in hmdfs_override_fsstruct() 27 return saved_fs; in hmdfs_override_fsstruct() 31 void hmdfs_revert_fsstruct(struct fs_struct *saved_fs, in hmdfs_revert_fsstruct() argument 36 current->fs = saved_fs; in hmdfs_revert_fsstruct() 161 or->saved_fs = current->fs; in hmdfs_override_dir_id_fs() 162 or->copied_fs = hmdfs_override_fsstruct(or->saved_fs); in hmdfs_override_dir_id_fs() 173 hmdfs_revert_fsstruct(or->saved_fs, or->copied_fs); in hmdfs_revert_dir_id_fs()
|
D | authentication.h | 20 struct fs_struct *saved_fs; member 246 struct fs_struct *hmdfs_override_fsstruct(struct fs_struct *saved_fs); 247 void hmdfs_revert_fsstruct(struct fs_struct *saved_fs,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | inode_local.c | 415 struct fs_struct *saved_fs = NULL, *copied_fs = NULL; in hmdfs_create_local_dentry() local 426 saved_fs = current->fs; in hmdfs_create_local_dentry() 427 copied_fs = hmdfs_override_fsstruct(saved_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 799 saved_fs = current->fs; in hmdfs_symlink_local() 800 copied_fs = hmdfs_override_fsstruct(saved_fs); in hmdfs_symlink_local() 832 hmdfs_revert_fsstruct(saved_fs, copied_fs); in hmdfs_symlink_local()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | apm_32.c | 554 unsigned int saved_fs; unsigned int saved_gs; 556 savesegment(fs, saved_fs); savesegment(gs, saved_gs) 558 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
|