Searched refs:r_unldvp (Results 1 – 7 of 7) sorted by relevance
361 if (rp->r_unldvp != NULL) in nfs_close()1607 if (rp->r_unldvp != NULL) { in nfs_inactive()1620 if (rp->r_unldvp != NULL) { in nfs_inactive()1629 unldvp = rp->r_unldvp; in nfs_inactive()1630 rp->r_unldvp = NULL; in nfs_inactive()2270 (rp->r_unldvp == NULL || strcmp(nm, rp->r_unlname) == 0)) { in nfs_remove()2278 if (rp->r_unldvp == NULL) { in nfs_remove()2280 rp->r_unldvp = dvp; in nfs_remove()2574 if (rp->r_unldvp == NULL) { in nfsrename()2576 rp->r_unldvp = ndvp; in nfsrename()[all …]
399 if (rp->r_unldvp != NULL) in nfs3_close()1823 if (rp->r_unldvp != NULL) { in nfs3_inactive()1836 if (rp->r_unldvp != NULL) { in nfs3_inactive()1846 unldvp = rp->r_unldvp; in nfs3_inactive()1847 rp->r_unldvp = NULL; in nfs3_inactive()2885 (rp->r_unldvp == NULL || strcmp(nm, rp->r_unlname) == 0)) { in nfs3_remove()2893 if (rp->r_unldvp == NULL) { in nfs3_remove()2895 rp->r_unldvp = dvp; in nfs3_remove()3222 if (rp->r_unldvp == NULL) { in nfs3rename()3224 rp->r_unldvp = ndvp; in nfs3rename()[all …]
2326 if (rp->r_unldvp != NULL) in nfs4_close()4727 if (rp->r_unldvp != NULL) { in nfs4_inactive()4798 if (rp->r_unldvp == NULL) { in nfs4_inactive_otw()4815 if (rp->r_unldvp == NULL) { in nfs4_inactive_otw()4821 unldvp = rp->r_unldvp; in nfs4_inactive_otw()4822 rp->r_unldvp = NULL; in nfs4_inactive_otw()7307 (rp->r_unldvp == NULL || strcmp(nm, rp->r_unlname) == 0)) { in nfs4_remove()7315 if (rp->r_unldvp == NULL) { in nfs4_remove()7317 rp->r_unldvp = dvp; in nfs4_remove()7895 if (rp->r_unldvp == NULL) { in nfs4rename()[all …]
1944 if (rp->r_unldvp != NULL) { in nfs_async_inactive()1949 unldvp = rp->r_unldvp; in nfs_async_inactive()1950 rp->r_unldvp = NULL; in nfs_async_inactive()
2179 if (rp->r_unldvp != NULL) { in nfs4_async_inactive()2180 unldvp = rp->r_unldvp; in nfs4_async_inactive()2181 rp->r_unldvp = NULL; in nfs4_async_inactive()
277 vnode_t *r_unldvp; /* parent dir of unlinked file */ member
248 vnode_t *r_unldvp; /* parent dir of unlinked file */ member