Searched refs:newmnt (Results 1 – 2 of 2) sorted by relevance
186 struct vfsmount *newmnt; in afs_d_automount() local190 newmnt = afs_mntpt_do_automount(path->dentry); in afs_d_automount()191 if (IS_ERR(newmnt)) in afs_d_automount()192 return newmnt; in afs_d_automount()194 mnt_set_expiry(newmnt, &afs_vfsmounts); in afs_d_automount()197 _leave(" = %p", newmnt); in afs_d_automount()198 return newmnt; in afs_d_automount()
53 mnt_set_expiry(newmnt, &afs_vfsmounts);