Searched refs:fs_blocks (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/ |
D | xfs_symlink.c | 180 xfs_filblks_t fs_blocks; in xfs_symlink() local 227 fs_blocks = 0; in xfs_symlink() 229 fs_blocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink() 230 resblks = XFS_SYMLINK_SPACE_RES(mp, link_name->len, fs_blocks); in xfs_symlink() 233 if (error == -ENOSPC && fs_blocks == 0) { in xfs_symlink() 315 error = xfs_bmapi_write(tp, ip, first_fsb, fs_blocks, in xfs_symlink() 322 resblks -= fs_blocks; in xfs_symlink()
|
/fs/hfsplus/ |
D | extents.c | 234 if (iblock >= hip->fs_blocks) { in hfsplus_get_block() 235 if (iblock > hip->fs_blocks || !create) in hfsplus_get_block() 282 hip->fs_blocks++; in hfsplus_get_block() 607 hip->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> in hfsplus_file_truncate() 609 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_file_truncate()
|
D | inode.c | 387 hip->fs_blocks = 0; in hfsplus_new_inode() 455 hip->fs_blocks = in hfsplus_inode_read_fork() 457 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_inode_read_fork() 499 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
|
D | btree.c | 367 hip->fs_blocks = in hfs_bmap_alloc()
|
D | hfsplus_fs.h | 243 sector_t fs_blocks; member
|
D | xattr.c | 206 hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift; in hfsplus_create_attributes_file()
|
/fs/hfs/ |
D | extent.c | 343 if (block >= HFS_I(inode)->fs_blocks) { in hfs_get_block() 344 if (block > HFS_I(inode)->fs_blocks || !create) in hfs_get_block() 378 HFS_I(inode)->fs_blocks++; in hfs_get_block() 542 HFS_I(inode)->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_file_truncate() 543 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_file_truncate()
|
D | inode.c | 200 HFS_I(inode)->fs_blocks = 0; in hfs_new_inode() 278 HFS_I(inode)->fs_blocks = (log_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_inode_read_fork() 279 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_inode_read_fork() 361 HFS_I(inode)->fs_blocks = 0; in hfs_read_inode()
|
D | hfs_fs.h | 78 sector_t fs_blocks; member
|
D | btree.c | 244 HFS_I(inode)->fs_blocks = inode->i_size >> in hfs_bmap_alloc()
|