Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_struct.c133 int unshare_fs_struct(void) in unshare_fs_struct() function
154 EXPORT_SYMBOL_GPL(unshare_fs_struct);
/openbmc/linux/include/linux/
H A Dfs_struct.h25 extern int unshare_fs_struct(void);
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c946 if (unshare_fs_struct() < 0) { in nfsd()