Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsuper.c2060 static loff_t max_file_blocks(void) in max_file_blocks() function
2880 sbi->max_file_blocks = max_file_blocks(); in f2fs_fill_super()
2881 sb->s_maxbytes = sbi->max_file_blocks << in f2fs_fill_super()
Dfile.c608 if (free_from >= sbi->max_file_blocks) in f2fs_truncate_blocks()
2349 sbi->max_file_blocks)) in f2fs_ioc_defragment()
2898 end = F2FS_I_SB(inode)->max_file_blocks; in f2fs_precache_extents()
Ddata.c1279 if (unlikely(iblock >= F2FS_I_SB(inode)->max_file_blocks)) in get_data_block_bmap()
1420 F2FS_I_SB(inode)->max_file_blocks)) in f2fs_fiemap()
Df2fs.h1212 loff_t max_file_blocks; /* max block index of file */ member