Home
last modified time | relevance | path

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

/linux-6.15/fs/hfs/
H A Dbrec.c181 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
211 if (rec_off == end_off) in hfs_brec_remove()
216 data_off = hfs_bnode_read_u16(node, rec_off); in hfs_brec_remove()
218 rec_off -= 2; in hfs_brec_remove()
219 } while (rec_off >= end_off); in hfs_brec_remove()
357 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local
384 rec_off = tree->node_size - (rec + 2) * 2; in hfs_brec_update_parent()
400 rec_off = tree->node_size - (rec + 2) * 2; in hfs_brec_update_parent()
409 while (rec_off > end_rec_off) { in hfs_brec_update_parent()
410 rec_off -= 2; in hfs_brec_update_parent()
[all …]
H A Dbnode.c327 int i, rec_off, off, next_off; in hfs_bnode_find() local
376 rec_off = tree->node_size - 2; in hfs_bnode_find()
377 off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
381 rec_off -= 2; in hfs_bnode_find()
382 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
/linux-6.15/fs/hfsplus/
H A Dbrec.c183 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
215 if (rec_off == end_off) in hfs_brec_remove()
220 data_off = hfs_bnode_read_u16(node, rec_off); in hfs_brec_remove()
222 rec_off -= 2; in hfs_brec_remove()
223 } while (rec_off >= end_off); in hfs_brec_remove()
361 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local
389 rec_off = tree->node_size - (rec + 2) * 2; in hfs_brec_update_parent()
405 rec_off = tree->node_size - (rec + 2) * 2; in hfs_brec_update_parent()
415 while (rec_off > end_rec_off) { in hfs_brec_update_parent()
416 rec_off -= 2; in hfs_brec_update_parent()
[all …]
H A Dbnode.c477 int i, rec_off, off, next_off; in hfs_bnode_find() local
527 rec_off = tree->node_size - 2; in hfs_bnode_find()
528 off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
532 rec_off -= 2; in hfs_bnode_find()
533 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()