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

  /src/sys/ufs/chfs/
ebh.h 215 * @calc_data_offs: calculates where the data starts
231 int (*calc_data_offs)(struct chfs_ebh *ebh, int pebnr, int offset); member in struct:chfs_ebh_ops
ebh.c 1641 ebh->ops->calc_data_offs = nor_calc_data_offs;
1659 ebh->ops->calc_data_offs = nand_calc_data_offs;
1745 data_offset = ebh->ops->calc_data_offs(ebh, pebnr, offset);
1839 data_offset = ebh->ops->calc_data_offs(ebh, pebnr, offset);
1884 data_offset = ebh->ops->calc_data_offs(ebh, pebnr, offset);
2103 data_offset = ebh->ops->calc_data_offs(ebh, pebnr, 0);

Completed in 16 milliseconds