Searched refs:scan_dirty_idx_cb (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | find.c | 802 static int scan_dirty_idx_cb(struct ubifs_info *c, in scan_dirty_idx_cb() function 847 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 852 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 857 ret = scan_dirty_idx_cb(c, lprops, 1, &data); in find_dirty_idx_leb() 865 (ubifs_lpt_scan_callback)scan_dirty_idx_cb, in find_dirty_idx_leb()
|