Symbol: gfs_file_t
usr/src/uts/common/fs/gfs.c
1167
gfs_file_t *fp = vp->v_data;
usr/src/uts/common/fs/gfs.c
182
*pino = ((gfs_file_t *)(parent->v_data))->gfs_ino;
usr/src/uts/common/fs/gfs.c
460
gfs_file_t *fp;
usr/src/uts/common/fs/gfs.c
565
((gfs_file_t *)vp->v_data)->gfs_ino = ino;
usr/src/uts/common/fs/gfs.c
585
((gfs_file_t *)vp->v_data)->gfs_ino = ino;
usr/src/uts/common/fs/gfs.c
609
gfs_file_t *fp = vp->v_data;
usr/src/uts/common/fs/gfs.c
749
gfs_file_t *fp;
usr/src/uts/common/fs/gfs.c
769
fp = (gfs_file_t *)((*vpp)->v_data);
usr/src/uts/common/fs/gfs.c
838
((gfs_file_t *)vp->v_data)->gfs_index = i;
usr/src/uts/common/fs/gfs.c
841
((gfs_file_t *)vp->v_data)->gfs_ino =
usr/src/uts/common/fs/sharefs/sharefs_vnops.c
239
((gfs_file_t *)vp->v_data)->gfs_ino = SHAREFS_INO_FILE;
usr/src/uts/common/fs/sharefs/sharefs_vnops.c
351
gfs_file_t *fp = vp->v_data;
usr/src/uts/common/fs/xattr.c
128
gfs_file_t xattr_gfs_private;
usr/src/uts/common/fs/xattr.c
1468
kmem_free(dp, ((gfs_file_t *)dp)->gfs_size);
usr/src/uts/common/sharefs/sharefs.h
102
gfs_file_t sharefs_file; /* gfs file */
usr/src/uts/common/sys/ctfs_impl.h
122
gfs_file_t ctfs_sn_file; /* gfs file */
usr/src/uts/common/sys/ctfs_impl.h
146
gfs_file_t ctfs_tmn_file; /* gfs file */
usr/src/uts/common/sys/ctfs_impl.h
154
gfs_file_t ctfs_ctl_file; /* gfs file */
usr/src/uts/common/sys/ctfs_impl.h
167
gfs_file_t ctfs_ev_file; /* gfs file */
usr/src/uts/common/sys/ctfs_impl.h
176
gfs_file_t ctfs_bu_file; /* gfs file */
usr/src/uts/common/sys/gfs.h
120
#define gfs_file_parent(vp) (((gfs_file_t *)(vp)->v_data)->gfs_parent)
usr/src/uts/common/sys/gfs.h
122
#define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index)
usr/src/uts/common/sys/gfs.h
124
(((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
usr/src/uts/common/sys/gfs.h
126
#define gfs_file_inode(vp) (((gfs_file_t *)(vp)->v_data)->gfs_ino)
usr/src/uts/common/sys/gfs.h
128
(((gfs_file_t *)(vp)->v_data)->gfs_ino = (ino))
usr/src/uts/common/sys/gfs.h
86
gfs_file_t gfsd_file; /* generic file attributes */
usr/src/uts/common/sys/objfs_impl.h
115
gfs_file_t objfs_data_file; /* gfs file */