Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dmaster.c189 if (c->highest_inum >= INUM_WATERMARK) { in validate_master()
H A Dcommit.c632 highest_ino_key(c, &upper_key, INUM_WATERMARK); in dbg_check_old_index()
H A Ddir.c150 if (c->highest_inum >= INUM_WATERMARK) { in ubifs_new_inode()
157 (unsigned long)c->highest_inum, INUM_WATERMARK); in ubifs_new_inode()
H A Dubifs.h72 #define INUM_WATERMARK 0xFFFFFF00 macro