Home
last modified time | relevance | path

Searched refs:gfs_file_t (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dgfs.h77 } gfs_file_t; typedef
86 gfs_file_t gfsd_file; /* generic file attributes */
120 #define gfs_file_parent(vp) (((gfs_file_t *)(vp)->v_data)->gfs_parent)
122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index)
124 (((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
126 #define gfs_file_inode(vp) (((gfs_file_t *)(vp)->v_data)->gfs_ino)
128 (((gfs_file_t *)(vp)->v_data)->gfs_ino = (ino))
H A Dctfs_impl.h124 gfs_file_t ctfs_sn_file; /* gfs file */
148 gfs_file_t ctfs_tmn_file; /* gfs file */
156 gfs_file_t ctfs_ctl_file; /* gfs file */
169 gfs_file_t ctfs_ev_file; /* gfs file */
178 gfs_file_t ctfs_bu_file; /* gfs file */
H A Dobjfs_impl.h117 gfs_file_t objfs_data_file; /* gfs file */
/titanic_44/usr/src/uts/common/fs/
H A Dgfs.c181 *pino = ((gfs_file_t *)(parent->v_data))->gfs_ino; in gfs_get_parent_ino()
459 gfs_file_t *fp; in gfs_file_create()
564 ((gfs_file_t *)vp->v_data)->gfs_ino = ino; in gfs_root_create()
584 ((gfs_file_t *)vp->v_data)->gfs_ino = ino; in gfs_root_create_file()
608 gfs_file_t *fp = vp->v_data; in gfs_file_inactive()
748 gfs_file_t *fp; in gfs_dir_lookup_dynamic()
768 fp = (gfs_file_t *)((*vpp)->v_data); in gfs_dir_lookup_dynamic()
837 ((gfs_file_t *)vp->v_data)->gfs_index = i; in gfs_dir_lookup_static()
840 ((gfs_file_t *)vp->v_data)->gfs_ino = in gfs_dir_lookup_static()
1168 gfs_file_t *fp = vp->v_data; in gfs_vop_inactive()
H A Dxattr.c51 gfs_file_t xattr_gfs_private;
1324 gfs_file_t *fp; in xattr_dir_inactive()
/titanic_44/usr/src/uts/common/sharefs/
H A Dsharefs.h97 gfs_file_t sharefs_file; /* gfs file */
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c234 ((gfs_file_t *)vp->v_data)->gfs_ino = SHAREFS_INO_FILE; in sharefs_open()
343 gfs_file_t *fp = vp->v_data; in sharefs_inactive()