Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dmntpt.c167 fc = fs_context_for_submount(&afs_fs_type, mntpt); in afs_mntpt_do_automount()
/linux/fs/smb/client/
H A Dnamespace.c225 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_do_automount()
/linux/include/linux/
H A Dfs_context.h132 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
/linux/fs/
H A Dfs_context.c351 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount() function
369 EXPORT_SYMBOL(fs_context_for_submount);
/linux/fs/nfs/
H A Dnamespace.c162 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
/linux/Documentation/filesystems/
H A Dmount_api.rst432 struct fs_context *fs_context_for_submount(
/linux/fs/fuse/
H A Ddir.c513 fsc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in fuse_dentry_automount()
/linux/kernel/trace/
H A Dtrace.c10720 fc = fs_context_for_submount(type, mntpt); in trace_automount()