Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dmaster.c113 if (c->highest_inum >= INUM_WATERMARK) { in validate_master()
Ddir.c149 if (c->highest_inum >= INUM_WATERMARK) { in ubifs_new_inode()
157 (unsigned long)c->highest_inum, INUM_WATERMARK); in ubifs_new_inode()
Dcommit.c635 highest_ino_key(c, &upper_key, INUM_WATERMARK); in dbg_check_old_index()
Dubifs.h85 #define INUM_WATERMARK 0xFFFFFF00 macro