Searched refs:shnode_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sharefs/
H A Dsharefs.h96 typedef struct shnode_t { struct
105 } shnode_t; typedef in typeref:struct:shnode_t
110 #define VTOSH(vp) ((shnode_t *)((vp)->v_data))
/opensolaris-onvv-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c50 sharefs_snap_create(shnode_t *sft)
165 shnode_t *sft = VTOSH(vp);
223 shnode_t *sft;
234 vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data);
274 shnode_t *sft = VTOSH(vp);
299 shnode_t *sft = VTOSH(vp);
346 shnode_t *sft;
348 sft = (shnode_t *)gfs_file_inactive(vp);
364 shnode_t *sft;
366 vp = gfs_root_create_file(sizeof (shnode_t),
[all...]

Completed in 106 milliseconds