Home
last modified time | relevance | path

Searched refs:put_vnode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/afs/
H A Dfs_operation.c234 if (op->file[0].put_vnode) in afs_put_operation()
236 if (op->file[1].put_vnode) in afs_put_operation()
241 if (op->more_files[i].put_vnode) in afs_put_operation()
H A Ddir.c727 vp->put_vnode = true; in afs_do_lookup_success()
872 vp->put_vnode = true; in afs_do_lookup()
H A Dinternal.h776 bool put_vnode:1; /* T if we have a ref on the vnode */ member