Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dmaster.c107 if (c->highest_inum >= INUM_WATERMARK) { in validate_master()
H A Dubifs.h691 #define INUM_WATERMARK 0xFFFFFF00 macro
/OK3568_Linux_fs/kernel/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.c143 if (c->highest_inum >= INUM_WATERMARK) { in ubifs_new_inode()
150 (unsigned long)c->highest_inum, INUM_WATERMARK); in ubifs_new_inode()
H A Dubifs.h70 #define INUM_WATERMARK 0xFFFFFF00 macro