Searched refs:fs_blocks (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_symlink.c | 168 xfs_filblks_t fs_blocks; in xfs_symlink() local 216 fs_blocks = 0; in xfs_symlink() 218 fs_blocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink() 219 resblks = XFS_SYMLINK_SPACE_RES(mp, link_name->len, fs_blocks); in xfs_symlink() 284 error = xfs_bmapi_write(tp, ip, first_fsb, fs_blocks, in xfs_symlink() 290 resblks -= fs_blocks; in xfs_symlink()
|
/linux-4.19.296/fs/hfs/ |
D | extent.c | 347 if (block >= HFS_I(inode)->fs_blocks) { in hfs_get_block() 350 if (block > HFS_I(inode)->fs_blocks) in hfs_get_block() 384 HFS_I(inode)->fs_blocks++; in hfs_get_block() 548 HFS_I(inode)->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_file_truncate() 549 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_file_truncate()
|
D | inode.c | 201 HFS_I(inode)->fs_blocks = 0; in hfs_new_inode() 279 HFS_I(inode)->fs_blocks = (log_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_inode_read_fork() 280 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_inode_read_fork() 362 HFS_I(inode)->fs_blocks = 0; in hfs_read_inode()
|
D | hfs_fs.h | 78 sector_t fs_blocks; member
|
D | btree.c | 237 HFS_I(inode)->fs_blocks = inode->i_size >> in hfs_bmap_reserve()
|
/linux-4.19.296/fs/hfsplus/ |
D | extents.c | 239 if (iblock >= hip->fs_blocks) { in hfsplus_get_block() 242 if (iblock > hip->fs_blocks) in hfsplus_get_block() 289 hip->fs_blocks++; in hfsplus_get_block() 624 hip->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> in hfsplus_file_truncate() 626 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_file_truncate()
|
D | inode.c | 378 hip->fs_blocks = 0; in hfsplus_new_inode() 446 hip->fs_blocks = in hfsplus_inode_read_fork() 448 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_inode_read_fork() 493 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
|
D | btree.c | 363 hip->fs_blocks = in hfs_bmap_reserve()
|
D | hfsplus_fs.h | 245 sector_t fs_blocks; member
|
D | xattr.c | 201 hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift; in hfsplus_create_attributes_file()
|