Searched refs:fs_context_for_submount (Results 1 – 7 of 7) sorted by relevance
132 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
225 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_do_automount()
347 * fs_context_for_submount: allocate a new fs_context for a submount354 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount() function 372 EXPORT_SYMBOL(fs_context_for_submount);
161 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
432 struct fs_context *fs_context_for_submount(
318 fsc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in fuse_dentry_automount()
10197 fc = fs_context_for_submount(type, mntpt); in trace_automount()