Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dfind.c336 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()
886 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, in find_dirty_idx_leb()
914 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in get_idx_gc_leb()
942 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in find_dirtiest_idx_leb()
Dmisc.h173 return ubifs_update_one_lp(c, lnum, LPROPS_NC, dirty, 0, 0); in ubifs_add_dirt()
187 return ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_return_leb()
Dtnc_commit.c706 er = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in free_unused_idx_lebs()
832 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, 0, in write_index()
958 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, in write_index()
1026 err = ubifs_change_one_lp(c, *p, LPROPS_NC, LPROPS_NC, 0, in return_gap_lebs()
Dlprops.c558 ubifs_assert(free == LPROPS_NC || free >= 0); in ubifs_change_lp()
559 ubifs_assert(dirty == LPROPS_NC || dirty >= 0); in ubifs_change_lp()
586 if (free != LPROPS_NC) { in ubifs_change_lp()
599 if (dirty != LPROPS_NC) { in ubifs_change_lp()
605 if (flags != LPROPS_NC) { in ubifs_change_lp()
Dgc.c932 err = ubifs_change_one_lp(c, idx_gc->lnum, LPROPS_NC, in ubifs_gc_end_commit()
933 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
Dreplay.c987 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
Drecovery.c1141 err = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in grab_empty_leb()
Dubifs.h125 #define LPROPS_NC 0x80000001 macro