Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h364 extern int fsop_vnstate(vfs_t *, vnode_t *, vntrans_t);
374 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns)
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c303 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate() function