Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmount.h98 extern struct vfsmount *fc_mount(struct fs_context *fc);
/openbmc/linux/fs/afs/
H A Dmntpt.c170 mnt = fc_mount(fc); in afs_mntpt_do_automount()
/openbmc/linux/fs/nfs/
H A Dnfs4super.c194 root_mnt = fc_mount(root_fc); in do_nfs4_mount()
/openbmc/linux/fs/smb/client/
H A Dnamespace.c264 mnt = fc_mount(fc); in cifs_do_automount()
/openbmc/linux/fs/
H A Dnamespace.c1110 struct vfsmount *fc_mount(struct fs_context *fc) in fc_mount() function
1119 EXPORT_SYMBOL(fc_mount);
1142 mnt = fc_mount(fc); in vfs_kern_mount()
/openbmc/linux/ipc/
H A Dmqueue.c485 mnt = fc_mount(fc); in mq_create_mount()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1693 mnt = fc_mount(fc); in mount_one_hugetlbfs()
/openbmc/linux/fs/fuse/
H A Ddir.c322 mnt = fc_mount(fsc); in fuse_dentry_automount()