Home
last modified time | relevance | path

Searched refs:ISDIRTY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dnodemgmt.c252 if (ISDIRTY (jeb->wasted_size + jeb->dirty_size)) { in jffs2_close_nextblock()
532 if (!jeb->free_size && !jeb->dirty_size && !ISDIRTY(jeb->wasted_size)) { in jffs2_add_physical_node_ref()
645 if ((jeb->dirty_size || ISDIRTY(jeb->wasted_size + freed_len)) && jeb != c->nextblock) { in jffs2_mark_node_obsolete()
724 } else if (ISDIRTY(jeb->dirty_size) && !ISDIRTY(jeb->dirty_size - addedsize)) { in jffs2_mark_node_obsolete()
H A Dnodelist.h312 #define ISDIRTY(size) ((size) > sizeof (struct jffs2_raw_inode) + JFFS2_MIN_DATA_LEN) macro
H A Dgc.c1240 if (!ISDIRTY(jeb->dirty_size + jeb->wasted_size)) { in jffs2_garbage_collect_dnode()
1296 if (!ISDIRTY(jeb->dirty_size + jeb->wasted_size)) { in jffs2_garbage_collect_dnode()
H A Dscan.c317 else if (!ISDIRTY(c->sector_size - (jeb->used_size + jeb->unchecked_size))) { in jffs2_scan_classify_jeb()
/openbmc/linux/include/linux/ceph/
H A Drados.h264 f(ISDIRTY, __CEPH_OSD_OP(RD, DATA, 29), "isdirty") \