Searched refs:scan_dirty_idx_cb (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | find.c | 783 static int scan_dirty_idx_cb(struct ubifs_info *c, in scan_dirty_idx_cb() function 828 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 833 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 838 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 846 (ubifs_lpt_scan_callback)scan_dirty_idx_cb, in find_dirty_idx_leb()
|