Searched refs:VFS_VNSTATE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | vfs.h | 373 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns) macro
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vnode.c | 2464 (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()
|