Home
last modified time | relevance | path

Searched refs:BFS_MAX_LASTI (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/bfs/
H A Dbfs.h16 #define BFS_MAX_LASTI 513 macro
27 DECLARE_BITMAP(si_imap, BFS_MAX_LASTI+1);
H A Dinode.c351 if (info->si_lasti == BFS_MAX_LASTI) in bfs_fill_super()
353 else if (info->si_lasti > BFS_MAX_LASTI) { in bfs_fill_super()
354 printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id); in bfs_fill_super()