Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dfdbuffer.c175 fdb_holes_t *fdh, *fdhp; in fdb_free() local
187 for (fdh = fdb->fd_holes; fdh; ) { in fdb_free()
188 fdhp = fdh; in fdb_free()
189 fdh = fdh->next_hole; in fdb_free()
272 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes() local
277 if (!fdh) in fdb_zero_holes()
283 while (fdh) { in fdb_zero_holes()
284 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
285 size_t l = fdh->len; in fdb_zero_holes()
286 u_offset_t o = fdh->off; in fdb_zero_holes()
[all …]