Lines Matching refs:mnt
102 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local
109 return mnt; in try_location()
138 mnt = vfs_kern_mount(&nfs4_referral_fs_type, 0, page, mountdata); in try_location()
139 if (!IS_ERR(mnt)) in try_location()
142 return mnt; in try_location()
156 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local
182 mnt = ERR_PTR(error); in nfs_follow_referral()
193 mnt = try_location(&mountdata, page, page2, location); in nfs_follow_referral()
194 if (!IS_ERR(mnt)) in nfs_follow_referral()
202 return mnt; in nfs_follow_referral()
213 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local
231 mnt = ERR_PTR(-ENOENT); in nfs_do_refmount()
244 mnt = nfs_follow_referral(mnt_parent, dentry, fs_locations); in nfs_do_refmount()
250 return mnt; in nfs_do_refmount()