HomeSort by: relevance | last modified time | path
    Searched refs:arc_buf_contents_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
arc.h 137 } arc_buf_contents_t; typedef in typeref:enum:arc_buf_contents
154 arc_buf_contents_t type);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 1038 arc_buf_contents_t b_type;
1383 arc_buf_contents_t l2df_type;
1399 static arc_buf_contents_t arc_buf_type(arc_buf_hdr_t *);
1400 static uint32_t arc_bufc_to_flags(arc_buf_contents_t);
1899 static arc_buf_contents_t
1902 arc_buf_contents_t type;
1913 arc_bufc_to_flags(arc_buf_contents_t type)
2101 arc_buf_contents_t type = arc_buf_type(hdr);
2137 arc_buf_contents_t type = arc_buf_type(hdr);
2238 arc_buf_contents_t buftype = arc_buf_type(hdr)
    [all...]
dbuf.c 975 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);
1125 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);
1183 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);
1370 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);
2584 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);
3138 arc_buf_contents_t type = DBUF_GET_BUFC_TYPE(db);

Completed in 71 milliseconds