Home
last modified time | relevance | path

Searched refs:LPROPS_NC (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/fs/ubifs/
Dfind.c324 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in ubifs_find_dirty_leb()
537 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, flags, 0); in ubifs_find_free_space()
717 ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_find_free_leb_for_idx()
864 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, in find_dirty_idx_leb()
892 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in get_idx_gc_leb()
920 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in find_dirtiest_idx_leb()
Dmisc.h163 return ubifs_update_one_lp(c, lnum, LPROPS_NC, dirty, 0, 0); in ubifs_add_dirt()
177 return ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_return_leb()
Dtnc_commit.c724 er = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in free_unused_idx_lebs()
850 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, 0, in write_index()
998 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, in write_index()
1066 err = ubifs_change_one_lp(c, *p, LPROPS_NC, LPROPS_NC, 0, in return_gap_lebs()
Dlprops.c544 ubifs_assert(c, free == LPROPS_NC || free >= 0); in ubifs_change_lp()
545 ubifs_assert(c, dirty == LPROPS_NC || dirty >= 0); in ubifs_change_lp()
572 if (free != LPROPS_NC) { in ubifs_change_lp()
585 if (dirty != LPROPS_NC) { in ubifs_change_lp()
591 if (flags != LPROPS_NC) { in ubifs_change_lp()
Dgc.c965 err = ubifs_change_one_lp(c, idx_gc->lnum, LPROPS_NC, in ubifs_gc_end_commit()
966 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
Dreplay.c1156 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
Drecovery.c1129 err = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in grab_empty_leb()
Dubifs.h95 #define LPROPS_NC 0x80000001 macro