Lines Matching refs:mnt
245 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local
282 mnt = vfs_submount(mountdata->dentry, &nfs4_referral_fs_type, 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()
343 return mnt; in nfs_follow_referral()
353 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local
362 return mnt; in nfs_do_refmount()
369 mnt = ERR_PTR(-ENOENT); in nfs_do_refmount()
382 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount()
386 return mnt; in nfs_do_refmount()
397 struct vfsmount *mnt; in nfs4_submount() local
406 mnt = nfs_do_refmount(client, dentry); in nfs4_submount()
412 mnt = nfs_do_submount(dentry, fh, fattr, flavor); in nfs4_submount()
415 return mnt; in nfs4_submount()