Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c187 fdh = fdh->next_hole; in fdb_free()
231 this_hole->next_hole = fdb->fd_holes; in fdb_add_hole()
236 while (fdhp->next_hole && off > fdhp->next_hole->off) in fdb_add_hole()
237 fdhp = fdhp->next_hole; in fdb_add_hole()
239 this_hole->next_hole = fdhp->next_hole; in fdb_add_hole()
240 fdhp->next_hole = this_hole; in fdb_add_hole()
320 fdh = fdh->next_hole; in fdb_zero_holes()
330 fdh = fdh->next_hole; in fdb_zero_holes()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_sparse.c577 off64_t next_data, next_hole; in smb2_fsctl_query_file_regions()
580 next_data = next_hole = hole; in smb2_fsctl_query_file_regions()
582 ofile->f_node, &next_data, &next_hole); in smb2_fsctl_query_file_regions()
584 hole = next_hole; in smb2_fsctl_query_file_regions()
/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h52 struct fdb_holes *next_hole; member