Searched refs:fs_blocks (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_symlink.c | 106 xfs_filblks_t fs_blocks; in xfs_symlink() local 140 fs_blocks = 0; in xfs_symlink() 142 fs_blocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink() 143 resblks = xfs_symlink_space_res(mp, link_name->len, fs_blocks); in xfs_symlink() 190 pathlen, fs_blocks, resblks); in xfs_symlink() 193 resblks -= fs_blocks; in xfs_symlink()
|
| /linux/fs/hfs/ |
| H A 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() 549 HFS_I(inode)->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_file_truncate() 550 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_file_truncate()
|
| /linux/fs/hfsplus/ |
| H A 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() 623 hip->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> in hfsplus_file_truncate() 625 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_file_truncate()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_symlink_remote.c | 319 xfs_fsblock_t fs_blocks, in xfs_symlink_write_target() argument 346 error = xfs_bmapi_write(tp, ip, 0, fs_blocks, XFS_BMAPI_METADATA, in xfs_symlink_write_target()
|