Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h367 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns) macro
/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c2464 (void) VFS_VNSTATE(vfsp, vp, VNTRANS_RECLAIMED); in vn_reclaim()
2476 (void) VFS_VNSTATE(vfsp, vp, VNTRANS_IDLED); in vn_idle()
2487 (void) VFS_VNSTATE(vfsp, vp, VNTRANS_EXISTS); in vn_exists()
2499 (void) VFS_VNSTATE(vfsp, vp, VNTRANS_DESTROYED); in vn_invalid()