Home
last modified time | relevance | path

Searched refs:highest_ino (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Djffs2_fs_sb.h52 uint32_t highest_ino; member
H A Dbuild.c409 c->highest_ino = 1; in jffs2_do_mount_fs()
H A Dscan.c973 if (ino > c->highest_ino) in jffs2_scan_make_ino_cache()
974 c->highest_ino = ino; in jffs2_scan_make_ino_cache()
H A DREADME.Locking108 currently just '++->highest_ino++', but might one day get more complicated
H A Dnodelist.c442 new->ino = ++c->highest_ino; in jffs2_add_ino_cache()
H A Dgc.c174 c->check_ino = ((c->highest_ino + c->inocache_hashsize + 1) & in jffs2_garbage_collect_pass()