Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dmaster.c106 if (c->highest_inum >= INUM_WATERMARK) { in validate_master()
H A Dubifs.h690 #define INUM_WATERMARK 0xFFFFFF00 macro
/openbmc/linux/fs/ubifs/
H A Dmaster.c186 if (c->highest_inum >= INUM_WATERMARK) { in validate_master()
H A Dcommit.c621 highest_ino_key(c, &upper_key, INUM_WATERMARK); in dbg_check_old_index()
H A Ddir.c145 if (c->highest_inum >= INUM_WATERMARK) { in ubifs_new_inode()
152 (unsigned long)c->highest_inum, INUM_WATERMARK); in ubifs_new_inode()
H A Dubifs.h72 #define INUM_WATERMARK 0xFFFFFF00 macro