Home
last modified time | relevance | path

Searched refs:fs_context_for_submount (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/afs/
Dmntpt.c165 fc = fs_context_for_submount(&afs_fs_type, mntpt); in afs_mntpt_do_automount()
/Linux-v5.15/include/linux/
Dfs_context.h132 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
/Linux-v5.15/fs/
Dfs_context.c318 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount() function
323 EXPORT_SYMBOL(fs_context_for_submount);
/Linux-v5.15/fs/nfs/
Dnamespace.c161 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
/Linux-v5.15/fs/fuse/
Ddir.c315 fsc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in fuse_dentry_automount()
/Linux-v5.15/Documentation/filesystems/
Dmount_api.rst433 struct fs_context *fs_context_for_submount(