Home
last modified time | relevance | path

Searched refs:sectors (Results 1 – 10 of 10) sorted by relevance

/fs/hfsplus/
Dbtree.c75 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()
Dhfsplus_fs.h393 u32 hfsplus_calc_btree_clump_size(u32 block_size, u32 node_size, u64 sectors,
/fs/ext4/
Dsysfs.c58 (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()
Dsuper.c3382 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/
Dsegment.h121 #define SECTOR_TO_BLOCK(sectors) \ argument
122 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
Df2fs.h1287 (((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()
Dsuper.c2823 (u64)part_stat_read(sb->s_bdev->bd_part, sectors[1]); in f2fs_fill_super()
/fs/ntfs/
Dlayout.h57 le16 sectors; /* zero */ member
Dsuper.c623 le16_to_cpu(b->bpb.sectors) || in is_boot_sector_ntfs()
/fs/fat/
Dinode.c1432 if (get_unaligned_le16(&b->sectors)) in fat_bpb_is_zero()
1457 bpb->fat_sectors = get_unaligned_le16(&b->sectors); in fat_read_bpb()