Home
last modified time | relevance | path

Searched refs:BFS_MAX_LASTI (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/bfs/
H A Dbfs.h16 #define BFS_MAX_LASTI 513 macro
27 DECLARE_BITMAP(si_imap, BFS_MAX_LASTI+1);
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds