Home
last modified time | relevance | path

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

/linux-3.4.99/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.h178 return ubifs_update_one_lp(c, lnum, LPROPS_NC, dirty, 0, 0); in ubifs_add_dirt()
192 return ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in ubifs_return_leb()
Dtnc_commit.c714 er = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in free_unused_idx_lebs()
840 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, 0, in write_index()
969 err = ubifs_update_one_lp(c, lnum, LPROPS_NC, 0, in write_index()
1039 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.c933 err = ubifs_change_one_lp(c, idx_gc->lnum, LPROPS_NC, in ubifs_gc_end_commit()
934 LPROPS_NC, 0, LPROPS_TAKEN, -1); in ubifs_gc_end_commit()
Dreplay.c988 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC, in take_ihead()
Drecovery.c1148 err = ubifs_change_one_lp(c, lnum, LPROPS_NC, LPROPS_NC, 0, in grab_empty_leb()
Dubifs.h112 #define LPROPS_NC 0x80000001 macro