Home
last modified time | relevance | path

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

/fs/hfs/
A Dbrec.c70 int data_off, end_off; in hfs_brec_insert() local
98 rec, size, end_off, end_rec_off); in hfs_brec_insert()
99 if (size > end_rec_off - end_off) { in hfs_brec_insert()
115 data_off = end_off; in hfs_brec_insert()
129 end_off - data_off); in hfs_brec_insert()
181 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
211 if (rec_off == end_off) in hfs_brec_remove()
219 } while (rec_off >= end_off); in hfs_brec_remove()
358 int start_off, end_off; in hfs_brec_update_parent() local
391 if (end_rec_off - end_off < diff) { in hfs_brec_update_parent()
[all …]
/fs/hfsplus/
A Dbrec.c68 int data_off, end_off; in hfs_brec_insert() local
96 rec, size, end_off, end_rec_off); in hfs_brec_insert()
97 if (size > end_rec_off - end_off) { in hfs_brec_insert()
115 data_off = end_off; in hfs_brec_insert()
129 end_off - data_off); in hfs_brec_insert()
183 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
215 if (rec_off == end_off) in hfs_brec_remove()
223 } while (rec_off >= end_off); in hfs_brec_remove()
362 int start_off, end_off; in hfs_brec_update_parent() local
396 if (end_rec_off - end_off < diff) { in hfs_brec_update_parent()
[all …]
/fs/isofs/
A Dcompress.c209 loff_t start_off, end_off; in zisofs_fill_pages() local
230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages()
233 cend_block = (end_off + (1 << zisofs_block_shift) - 1) in zisofs_fill_pages()

Completed in 20 milliseconds