Home
last modified time | relevance | path

Searched refs:unfm (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dbitmap.c145 int min, int max, int unfm) in scan_bitmap_block()
188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block()
203 if (unfm && is_block_in_journal(s, bmap_n, end, &next)) in scan_bitmap_block()
349 int min, int max, int unfm, sector_t file_block) in scan_bitmap()
387 if ((off && (!unfm || (file_block != 0))) in scan_bitmap()
392 min, max, unfm); in scan_bitmap()
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm); in scan_bitmap()
143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) scan_bitmap_block() argument
347 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, sector_t file_block) scan_bitmap() argument
H A Dstree.c1102 __le32 *unfm; in prepare_for_delete_or_cut() local
1115 unfm = (__le32 *)ih_item_body(bh, &s_ih) + pos - 1; in prepare_for_delete_or_cut()
1116 block = get_block_num(unfm, 0); in prepare_for_delete_or_cut()
1120 put_block_num(unfm, 0, 0); in prepare_for_delete_or_cut()
1324 * the unfm node once in reiserfs_delete_item()
1593 * item successesfully, but there were no disk space to cut unfm
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dbitmap.c145 int min, int max, int unfm) in scan_bitmap_block()
188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block()
203 if (unfm && is_block_in_journal(s, bmap_n, end, &next)) in scan_bitmap_block()
349 int min, int max, int unfm, sector_t file_block) in scan_bitmap()
387 if ((off && (!unfm || (file_block != 0))) in scan_bitmap()
392 min, max, unfm); in scan_bitmap()
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm); in scan_bitmap()
143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) scan_bitmap_block() argument
347 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, sector_t file_block) scan_bitmap() argument
H A Dstree.c1102 __le32 *unfm; in prepare_for_delete_or_cut() local
1115 unfm = (__le32 *)ih_item_body(bh, &s_ih) + pos - 1; in prepare_for_delete_or_cut()
1116 block = get_block_num(unfm, 0); in prepare_for_delete_or_cut()
1120 put_block_num(unfm, 0, 0); in prepare_for_delete_or_cut()
1322 * the unfm node once in reiserfs_delete_item()
1591 * item successesfully, but there were no disk space to cut unfm

Completed in 9 milliseconds