Searched refs:LPROPS_NC (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | find.c | 336 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in ubifs_find_dirty_leb() 549 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, flags, 0); in ubifs_find_free_space() 729 ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_find_free_leb_for_idx() 883 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, in find_dirty_idx_leb() 911 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in get_idx_gc_leb() 939 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in find_dirtiest_idx_leb()
|
D | misc.h | 175 return ubifs_update_one_lp(c, lnum, LPROPS_NC, dirty, 0, 0); in ubifs_add_dirt() 189 return ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_return_leb()
|
D | tnc_commit.c | 709 er = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in free_unused_idx_lebs() 835 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, 0, in write_index() 963 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, in write_index() 1031 err = ubifs_change_one_lp(c, *p, LPROPS_NC, LPROPS_NC, 0, in return_gap_lebs()
|
D | lprops.c | 556 ubifs_assert(c, free == LPROPS_NC || free >= 0); in ubifs_change_lp() 557 ubifs_assert(c, dirty == LPROPS_NC || dirty >= 0); in ubifs_change_lp() 584 if (free != LPROPS_NC) { in ubifs_change_lp() 597 if (dirty != LPROPS_NC) { in ubifs_change_lp() 603 if (flags != LPROPS_NC) { in ubifs_change_lp()
|
D | gc.c | 924 err = ubifs_change_one_lp(c, idx_gc->lnum, LPROPS_NC, in ubifs_gc_end_commit() 925 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
|
D | replay.c | 985 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
|
D | recovery.c | 1140 err = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in grab_empty_leb()
|
D | ubifs.h | 103 #define LPROPS_NC 0x80000001 macro
|