Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_symlink.c106 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/xfs/scrub/
H A Dsymlink_repair.c392 xfs_fsblock_t fs_blocks; in xrep_symlink_rebuild() local
424 fs_blocks = xfs_symlink_blocks(sc->mp, target_len); in xrep_symlink_rebuild()
425 resblks = xfs_symlink_space_res(sc->mp, target_len, fs_blocks); in xrep_symlink_rebuild()
438 target_buf, target_len, fs_blocks, resblks); in xrep_symlink_rebuild()
/linux/fs/hfs/
H A Dextent.c347 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()
H A Dhfs_fs.h78 sector_t fs_blocks; member
H A Dbtree.c275 HFS_I(inode)->fs_blocks = inode->i_size >> in hfs_bmap_reserve()
/linux/fs/hfsplus/
H A Dextents.c239 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()
H A Dinode.c411 hip->fs_blocks = 0; in hfsplus_new_inode()
479 hip->fs_blocks = in hfsplus_inode_read_fork()
481 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_inode_read_fork()
528 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
H A Dbtree.c364 hip->fs_blocks = in hfs_bmap_reserve()
H A Dhfsplus_fs.h248 sector_t fs_blocks; member
/linux/fs/xfs/libxfs/
H A Dxfs_symlink_remote.h25 xfs_fsblock_t fs_blocks, uint resblks);