Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c48 sharefs_snap_create(shnode_t *sft) in sharefs_snap_create()
163 shnode_t *sft = VTOSH(vp); in sharefs_getattr()
221 shnode_t *sft; in sharefs_open()
232 vp = gfs_file_create(sizeof (shnode_t), NULL, sharefs_ops_data); in sharefs_open()
272 shnode_t *sft = VTOSH(vp); in sharefs_close()
297 shnode_t *sft = VTOSH(vp); in sharefs_read()
344 shnode_t *sft; in sharefs_inactive()
346 sft = (shnode_t *)gfs_file_inactive(vp); in sharefs_inactive()
362 shnode_t *sft; in sharefs_create_root_file()
364 vp = gfs_root_create_file(sizeof (shnode_t), in sharefs_create_root_file()
/titanic_50/usr/src/uts/common/sharefs/
H A Dsharefs.h96 typedef struct shnode_t { struct
105 } shnode_t; argument
110 #define VTOSH(vp) ((shnode_t *)((vp)->v_data))