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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dgfs.h75 int gfs_index; /* index in parent dir */ member in struct:gfs_file
122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index)
124 (((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dgfs.c769 fp->gfs_index = -1;
837 ((gfs_file_t *)vp->v_data)->gfs_index = i;

Completed in 41 milliseconds