Home
last modified time | relevance | path

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

/linux-6.15/fs/nilfs2/
H A Dsufile.c1207 int nilfs_sufile_read(struct super_block *sb, size_t susize, in nilfs_sufile_read() argument
1216 if (susize > sb->s_blocksize) { in nilfs_sufile_read()
1218 susize); in nilfs_sufile_read()
1220 } else if (susize < NILFS_MIN_SEGMENT_USAGE_SIZE) { in nilfs_sufile_read()
1222 susize); in nilfs_sufile_read()
1236 nilfs_mdt_set_entry_size(sufile, susize, in nilfs_sufile_read()
H A Dsufile.h53 int nilfs_sufile_read(struct super_block *sb, size_t susize,