Home
last modified time | relevance | path

Searched refs:root_mnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nfs/
Dsuper.c2668 struct vfsmount *root_mnt; in nfs_do_root_mount() local
2677 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
2679 return root_mnt; in nfs_do_root_mount()
2748 static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt, in nfs_follow_remote_path() argument
2761 ns_private = create_mnt_ns(root_mnt); in nfs_follow_remote_path()
2770 ret = vfs_path_lookup(root_mnt->mnt_root, root_mnt, in nfs_follow_remote_path()
2790 mntput(root_mnt); in nfs_follow_remote_path()
2800 struct vfsmount *root_mnt; in nfs4_try_mount() local
2807 root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, data, in nfs4_try_mount()
2811 res = ERR_CAST(root_mnt); in nfs4_try_mount()
[all …]
/linux-2.6.39/kernel/
Daudit_tree.c588 struct vfsmount *root_mnt; in audit_trim_trees() local
602 root_mnt = collect_mounts(&path); in audit_trim_trees()
604 if (!root_mnt) in audit_trim_trees()
613 if (iterate_mounts(compare_root, inode, root_mnt)) in audit_trim_trees()
619 drop_collected_mounts(root_mnt); in audit_trim_trees()