Searched refs:max_file_blocks (Results 1 – 4 of 4) sorted by relevance
2610 static loff_t max_file_blocks(void) in max_file_blocks() function3520 sbi->max_file_blocks = max_file_blocks(); in f2fs_fill_super()3521 sb->s_maxbytes = sbi->max_file_blocks << in f2fs_fill_super()
664 if (free_from >= sbi->max_file_blocks) in f2fs_do_truncate_blocks()2728 sbi->max_file_blocks)) in f2fs_ioc_defragment()3291 end = F2FS_I_SB(inode)->max_file_blocks; in f2fs_precache_extents()
3815 if (unlikely(block >= F2FS_I_SB(inode)->max_file_blocks)) in f2fs_bmap()
1496 loff_t max_file_blocks; /* max block index of file */ member