Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgfs.h75 int gfs_index; /* index in parent dir */ member
122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index)
124 (((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c770 fp->gfs_index = -1; in gfs_dir_lookup_dynamic()
838 ((gfs_file_t *)vp->v_data)->gfs_index = i; in gfs_dir_lookup_static()