Searched defs:v_vfsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h146 * a deleted file can be reused immediately. The v_data, v_vfsp, v_op, etc.
216 * v_vfsp
234 struct vfs *v_vfsp; /* ptr to containing VFS */ member in struct:vnode
1345 (vp)->v_vfsp = (vfsp); \
1395 #define VBSIZE(vp) ((vp)->v_vfsp->vfs_bsize)
1397 #define VTOZONE(vp) ((vp)->v_vfsp->vfs_zone)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h145 * a deleted file can be reused immediately. The v_data, v_vfsp, v_op, etc.
215 * v_vfsp
233 struct vfs *v_vfsp; /* ptr to containing VFS */ member in struct:vnode
1360 (vp)->v_vfsp = (vfsp); \
1405 #define VBSIZE(vp) ((vp)->v_vfsp->vfs_bsize)
1407 #define VTOZONE(vp) ((vp)->v_vfsp->vfs_zone)

Completed in 68 milliseconds