Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp304 VnodeToInodeLocker locker(vti); in nfs4_lookup()
371 VnodeToInodeLocker _(vti); in nfs4_read_pages()
415 VnodeToInodeLocker _(vti); in nfs4_write_pages()
454 VnodeToInodeLocker _(vti); in nfs4_io()
502 VnodeToInodeLocker _(vti); in nfs4_fsync()
518 VnodeToInodeLocker _(vti); in nfs4_read_symlink()
535 VnodeToInodeLocker _(vti); in nfs4_create_symlink()
564 VnodeToInodeLocker _dir(dirVti); in nfs4_link()
570 VnodeToInodeLocker _(vti); in nfs4_link()
584 VnodeToInodeLocker locker(vti); in nfs4_unlink()
[all …]
H A DVnodeToInode.h59 typedef AutoLocker<VnodeToInode, VnodeToInodeLocking> VnodeToInodeLocker; typedef