Searched refs:gfsd_nstatic (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dgfs.c532 dp->gfsd_nstatic++;
535 dp->gfsd_nstatic * sizeof (gfs_dirent_t), KM_SLEEP);
537 dp->gfsd_nstatic * sizeof (gfs_dirent_t));
625 for (i = 0; i < dp->gfsd_nstatic; i++) {
701 if (dp->gfsd_nstatic)
703 dp->gfsd_nstatic * sizeof (gfs_dirent_t));
810 for (i = 0; i < dp->gfsd_nstatic; i++) {
919 for (i = idx + 1; i < dp->gfsd_nstatic; i++) {
1021 if (off >= 0 && off < dp->gfsd_nstatic) {
1030 off -= dp->gfsd_nstatic;
[all...]
H A Dxattr.c1257 if (off >= 0 && off < dp->gfsd_nstatic) {
1557 dp->gfsd_nstatic * sizeof (gfs_dirent_t));
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dgfs.h88 int gfsd_nstatic; /* # static entries */ member in struct:gfs_dir

Completed in 82 milliseconds