Searched refs:is_idx (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dlprops.c1022 int cat, lnum = lp->lnum, is_idx = 0, used = 0, free, dirty, ret; local
1113 is_idx = -1;
1119 if (is_idx == -1)
1120 is_idx = (snod->type == UBIFS_IDX_NODE) ? 1 : 0;
1122 if (is_idx && snod->type != UBIFS_IDX_NODE) {
1136 snod->offs, is_idx);
1156 if ((is_idx && !(lp->flags & LPROPS_INDEX)) ||
1157 (!is_idx && free == c->leb_size) ||
1168 is_idx = 0;
1171 if (is_idx
[all...]
H A Dtnc.c3442 * @is_idx: non-zero if the node is an index node
3450 int lnum, int offs, int is_idx)
3455 if (is_idx) {
3449 ubifs_tnc_has_node(struct ubifs_info *c, union ubifs_key *key, int level, int lnum, int offs, int is_idx) argument
H A Dubifs.h1887 int lnum, int offs, int is_idx);

Completed in 125 milliseconds