Home
last modified time | relevance | path

Searched refs:phys_size (Results 1 – 9 of 9) sorted by relevance

/fs/hfs/
A Dinode.c54 &HFS_I(mapping->host)->phys_size); in hfs_write_begin()
224 HFS_I(inode)->phys_size = 0; in hfs_new_inode()
267 __be32 __log_size, __be32 phys_size, u32 clump_size) in hfs_inode_read_fork() argument
281 inode->i_size = HFS_I(inode)->phys_size = log_size; in hfs_inode_read_fork()
284 HFS_I(inode)->alloc_blocks = be32_to_cpu(phys_size) / in hfs_inode_read_fork()
410 __be32 *log_size, __be32 *phys_size) in hfs_inode_write_fork() argument
416 if (phys_size) in hfs_inode_write_fork()
417 *phys_size = cpu_to_be32(HFS_I(inode)->alloc_blocks * in hfs_inode_write_fork()
A Dextent.c383 HFS_I(inode)->phys_size += sb->s_blocksize; in hfs_get_block()
485 inode->i_ino, (long long)HFS_I(inode)->phys_size, in hfs_file_truncate()
487 if (inode->i_size > HFS_I(inode)->phys_size) { in hfs_file_truncate()
501 inode->i_size = HFS_I(inode)->phys_size; in hfs_file_truncate()
503 } else if (inode->i_size == HFS_I(inode)->phys_size) in hfs_file_truncate()
547 HFS_I(inode)->phys_size = inode->i_size; in hfs_file_truncate()
A Dhfs_fs.h85 loff_t phys_size; member
213 __be32 log_size, __be32 phys_size, u32 clump_size);
A Dbtree.c272 HFS_I(inode)->phys_size = inode->i_size = in hfs_bmap_reserve()
/fs/hfsplus/
A Dextents.c288 hip->phys_size += sb->s_blocksize; in hfsplus_get_block()
550 inode->i_ino, (long long)hip->phys_size, inode->i_size); in hfsplus_file_truncate()
552 if (inode->i_size > hip->phys_size) { in hfsplus_file_truncate()
568 } else if (inode->i_size == hip->phys_size) in hfsplus_file_truncate()
623 hip->phys_size = inode->i_size; in hfsplus_file_truncate()
A Dinode.c50 &HFSPLUS_I(mapping->host)->phys_size); in hfsplus_write_begin()
410 hip->phys_size = 0; in hfsplus_new_inode()
478 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork()
A Dbtree.c361 hip->phys_size = inode->i_size = in hfs_bmap_reserve()
A Dhfsplus_fs.h253 loff_t phys_size; member
A Dxattr.c203 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()

Completed in 16 milliseconds