Searched refs:sectors (Results 1 – 10 of 10) sorted by relevance
76 u64 sectors, int file_id) in hfsplus_calc_btree_clump_size() argument100 if (sectors < 0x200000) { in hfsplus_calc_btree_clump_size()101 clump_size = sectors << 2; /* 0.8 % */ in hfsplus_calc_btree_clump_size()106 for (i = 0, sectors = sectors >> 22; in hfsplus_calc_btree_clump_size()107 sectors && (i < CLUMP_ENTRIES - 1); in hfsplus_calc_btree_clump_size()108 ++i, sectors = sectors >> 1) { in hfsplus_calc_btree_clump_size()
396 u32 hfsplus_calc_btree_clump_size(u32 block_size, u32 node_size, u64 sectors,
64 sectors[STAT_WRITE]) - in session_write_kbytes_show()77 sectors[STAT_WRITE]) - in lifetime_write_kbytes_show()
3741 part_stat_read(sb->s_bdev->bd_part, sectors[STAT_WRITE]); in ext4_fill_super()5164 sectors[STAT_WRITE]) - in ext4_commit_super()
119 #define SECTOR_TO_BLOCK(sectors) \ argument120 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
1670 (((u64)part_stat_read((s)->sb->s_bdev->bd_part, sectors[STAT_WRITE]) - \2108 blkcnt_t sectors = count << F2FS_LOG_SECTORS_PER_BLOCK; in dec_valid_block_count() local2118 if (unlikely(inode->i_blocks < sectors)) { in dec_valid_block_count()2122 (unsigned long long)sectors); in dec_valid_block_count()
3724 sectors[STAT_WRITE]); in f2fs_fill_super()
43 le16 sectors; /* zero */ member
609 le16_to_cpu(b->bpb.sectors) || in is_boot_sector_ntfs()
1443 if (get_unaligned_le16(&b->sectors)) in fat_bpb_is_zero()1468 bpb->fat_sectors = get_unaligned_le16(&b->sectors); in fat_read_bpb()