Lines Matching refs:mnt
243 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local
282 mnt = vfs_kern_mount(&nfs4_referral_fs_type, 0, page, mountdata); in try_location()
283 if (!IS_ERR(mnt)) in try_location()
287 return mnt; in try_location()
299 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local
324 mnt = ERR_PTR(error); in nfs_follow_referral()
335 mnt = try_location(&mountdata, page, page2, location); in nfs_follow_referral()
336 if (!IS_ERR(mnt)) in nfs_follow_referral()
344 return mnt; in nfs_follow_referral()
354 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local
372 mnt = ERR_PTR(-ENOENT); in nfs_do_refmount()
385 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount()
391 return mnt; in nfs_do_refmount()
402 struct vfsmount *mnt; in nfs4_submount() local
411 mnt = nfs_do_refmount(client, dentry); in nfs4_submount()
417 mnt = nfs_do_submount(dentry, fh, fattr, flavor); in nfs4_submount()
420 return mnt; in nfs4_submount()