Home
last modified time | relevance | path

Searched refs:alloc_blksz_shift (Results 1 – 7 of 7) sorted by relevance

/fs/hfsplus/
A Dwrapper.c213 sbi->alloc_blksz_shift = ilog2(blocksize); in hfsplus_read_wrapper()
231 sbi->fs_shift = sbi->alloc_blksz_shift - sb->s_blocksize_bits; in hfsplus_read_wrapper()
A Dsuper.c432 be32_to_cpu(vhdr->data_clump_sz) >> sbi->alloc_blksz_shift; in hfsplus_fill_super()
436 be32_to_cpu(vhdr->rsrc_clump_sz) >> sbi->alloc_blksz_shift; in hfsplus_fill_super()
442 last_fs_page = (last_fs_block << sbi->alloc_blksz_shift) >> in hfsplus_fill_super()
445 if ((last_fs_block > (sector_t)(~0ULL) >> (sbi->alloc_blksz_shift - 9)) || in hfsplus_fill_super()
A Dxattr.c189 hip->clump_blocks = clump_size >> sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
204 (loff_t)hip->alloc_blocks << sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
A Dbtree.c363 HFSPLUS_SB(tree->sb)->alloc_blksz_shift; in hfs_bmap_reserve()
A Dhfsplus_fs.h167 int alloc_blksz_shift; member
A Dextents.c572 HFSPLUS_SB(sb)->alloc_blksz_shift; in hfsplus_file_truncate()
A Dinode.c483 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork()

Completed in 14 milliseconds