Lines Matching refs:mnt
247 struct vfsmount *mnt; in cifs_dfs_do_refmount() local
258 mnt = vfs_kern_mount(&cifs_fs_type, 0, devname, mountdata); in cifs_dfs_do_refmount()
261 return mnt; in cifs_dfs_do_refmount()
288 struct vfsmount *mnt; in cifs_dfs_do_automount() local
300 mnt = ERR_PTR(-ENOMEM); in cifs_dfs_do_automount()
308 mnt = ERR_CAST(tlink); in cifs_dfs_do_automount()
321 mnt = ERR_PTR(-ENOENT); in cifs_dfs_do_automount()
330 mnt = ERR_PTR(-EINVAL); in cifs_dfs_do_automount()
333 mnt = cifs_dfs_do_refmount(cifs_sb, in cifs_dfs_do_automount()
336 __func__, referrals[i].node_name, mnt); in cifs_dfs_do_automount()
337 if (!IS_ERR(mnt)) in cifs_dfs_do_automount()
344 mnt = ERR_PTR(rc); in cifs_dfs_do_automount()
352 return mnt; in cifs_dfs_do_automount()