Searched refs:sectors (Results 1 – 10 of 10) sorted by relevance
/fs/hfsplus/ |
D | btree.c | 75 u64 sectors, int file_id) in hfsplus_calc_btree_clump_size() argument 99 if (sectors < 0x200000) { in hfsplus_calc_btree_clump_size() 100 clump_size = sectors << 2; /* 0.8 % */ in hfsplus_calc_btree_clump_size() 105 for (i = 0, sectors = sectors >> 22; in hfsplus_calc_btree_clump_size() 106 sectors && (i < CLUMP_ENTRIES - 1); in hfsplus_calc_btree_clump_size() 107 ++i, sectors = sectors >> 1) { in hfsplus_calc_btree_clump_size()
|
D | hfsplus_fs.h | 393 u32 hfsplus_calc_btree_clump_size(u32 block_size, u32 node_size, u64 sectors,
|
/fs/ext4/ |
D | sysfs.c | 58 (part_stat_read(sb->s_bdev->bd_part, sectors[1]) - in session_write_kbytes_show() 71 ((part_stat_read(sb->s_bdev->bd_part, sectors[1]) - in lifetime_write_kbytes_show()
|
D | super.c | 3382 part_stat_read(sb->s_bdev->bd_part, sectors[1]); in ext4_fill_super() 4600 ((part_stat_read(sb->s_bdev->bd_part, sectors[1]) - in ext4_commit_super()
|
/fs/f2fs/ |
D | segment.h | 121 #define SECTOR_TO_BLOCK(sectors) \ argument 122 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
|
D | f2fs.h | 1287 (((u64)part_stat_read((s)->sb->s_bdev->bd_part, sectors[1]) - \ 1695 blkcnt_t sectors = count << F2FS_LOG_SECTORS_PER_BLOCK; in dec_valid_block_count() local 1699 f2fs_bug_on(sbi, inode->i_blocks < sectors); in dec_valid_block_count()
|
D | super.c | 2823 (u64)part_stat_read(sb->s_bdev->bd_part, sectors[1]); in f2fs_fill_super()
|
/fs/ntfs/ |
D | layout.h | 57 le16 sectors; /* zero */ member
|
D | super.c | 623 le16_to_cpu(b->bpb.sectors) || in is_boot_sector_ntfs()
|
/fs/fat/ |
D | inode.c | 1432 if (get_unaligned_le16(&b->sectors)) in fat_bpb_is_zero() 1457 bpb->fat_sectors = get_unaligned_le16(&b->sectors); in fat_read_bpb()
|