Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c173 fdb_holes_t *fdh, *fdhp; in fdb_free() local
185 for (fdh = fdb->fd_holes; fdh; ) { in fdb_free()
186 fdhp = fdh; in fdb_free()
187 fdh = fdh->next_hole; in fdb_free()
270 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes() local
275 if (!fdh) in fdb_zero_holes()
281 while (fdh) { in fdb_zero_holes()
282 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
283 size_t l = fdh->len; in fdb_zero_holes()
284 u_offset_t o = fdh->off; in fdb_zero_holes()
[all …]