Searched refs:fsop_vnstate (Results 1 – 2 of 2) sorted by relevance
364 extern int fsop_vnstate(vfs_t *, vnode_t *, vntrans_t);374 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns)
303 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate() function