Home
last modified time | relevance | path

Searched refs:newmnt (Results 1 – 2 of 2) sorted by relevance

/linux/fs/afs/
H A Dmntpt.c186 struct vfsmount *newmnt; in afs_d_automount() local
190 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()
/linux/Documentation/filesystems/
H A Dautomount-support.rst53 mnt_set_expiry(newmnt, &afs_vfsmounts);