Home
last modified time | relevance | path

Searched refs:fc_mount (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dmount.h86 extern struct vfsmount *fc_mount(struct fs_context *fc);
/linux/fs/afs/
H A Dmntpt.c173 mnt = fc_mount(fc); in afs_mntpt_do_automount()
/linux/fs/nfs/
H A Dnfs4super.c196 root_mnt = fc_mount(root_fc); in do_nfs4_mount()
/linux/fs/
H A Dnamespace.c1196 struct vfsmount *fc_mount(struct fs_context *fc) in fc_mount() function
1205 EXPORT_SYMBOL(fc_mount);
1209 struct vfsmount *mnt = fc_mount(fc); in fc_mount_longterm()
1236 mnt = fc_mount(fc); in vfs_kern_mount()
3772 struct vfsmount *mnt __free(mntput) = fc_mount(fc); in do_new_mount_fc()
/linux/kernel/trace/
H A Dtrace.c9049 mnt = fc_mount(fc); in trace_automount()