Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfs_struct.c133 int unshare_fs_struct(void) in unshare_fs_struct() function
154 EXPORT_SYMBOL_GPL(unshare_fs_struct);
/linux-6.15/include/linux/
H A Dfs_struct.h25 extern int unshare_fs_struct(void);
/linux-6.15/fs/nfsd/
H A Dnfssvc.c914 svc_thread_init_status(rqstp, unshare_fs_struct()); in nfsd()