Home
last modified time | relevance | path

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

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