Home
last modified time | relevance | path

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

/fs/hfsplus/
Dbtree.c76 u64 sectors, int file_id) in hfsplus_calc_btree_clump_size() argument
100 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()
Dhfsplus_fs.h396 u32 hfsplus_calc_btree_clump_size(u32 block_size, u32 node_size, u64 sectors,
/fs/ext4/
Dsysfs.c64 sectors[STAT_WRITE]) - in session_write_kbytes_show()
77 sectors[STAT_WRITE]) - in lifetime_write_kbytes_show()
Dsuper.c3741 part_stat_read(sb->s_bdev->bd_part, sectors[STAT_WRITE]); in ext4_fill_super()
5164 sectors[STAT_WRITE]) - in ext4_commit_super()
/fs/f2fs/
Dsegment.h119 #define SECTOR_TO_BLOCK(sectors) \ argument
120 ((sectors) >> F2FS_LOG_SECTORS_PER_BLOCK)
Df2fs.h1670 (((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() local
2118 if (unlikely(inode->i_blocks < sectors)) { in dec_valid_block_count()
2122 (unsigned long long)sectors); in dec_valid_block_count()
Dsuper.c3724 sectors[STAT_WRITE]); in f2fs_fill_super()
/fs/ntfs/
Dlayout.h43 le16 sectors; /* zero */ member
Dsuper.c609 le16_to_cpu(b->bpb.sectors) || in is_boot_sector_ntfs()
/fs/fat/
Dinode.c1443 if (get_unaligned_le16(&b->sectors)) in fat_bpb_is_zero()
1468 bpb->fat_sectors = get_unaligned_le16(&b->sectors); in fat_read_bpb()