Searched refs:fs_blocks (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_symlink.c | 352 xfs_filblks_t fs_blocks; in xfs_symlink() local 399 fs_blocks = 0; in xfs_symlink() 401 fs_blocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink() 402 resblks = XFS_SYMLINK_SPACE_RES(mp, link_name->len, fs_blocks); in xfs_symlink() 405 if (error == ENOSPC && fs_blocks == 0) { in xfs_symlink() 494 error = xfs_bmapi_write(tp, ip, first_fsb, fs_blocks, in xfs_symlink() 501 resblks -= fs_blocks; in xfs_symlink()
|
/fs/hfsplus/ |
D | extents.c | 236 if (iblock >= hip->fs_blocks) { in hfsplus_get_block() 237 if (iblock > hip->fs_blocks || !create) in hfsplus_get_block() 284 hip->fs_blocks++; in hfsplus_get_block() 600 hip->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >> in hfsplus_file_truncate() 602 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_file_truncate()
|
D | inode.c | 432 hip->fs_blocks = 0; in hfsplus_new_inode() 499 hip->fs_blocks = in hfsplus_inode_read_fork() 501 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_inode_read_fork() 543 HFSPLUS_I(inode)->fs_blocks = 0; in hfsplus_cat_read_inode()
|
D | btree.c | 255 hip->fs_blocks = in hfs_bmap_alloc()
|
D | hfsplus_fs.h | 233 sector_t fs_blocks; member
|
/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 | 199 HFS_I(inode)->fs_blocks = 0; in hfs_new_inode() 277 HFS_I(inode)->fs_blocks = (log_size + sb->s_blocksize - 1) >> sb->s_blocksize_bits; in hfs_inode_read_fork() 278 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_inode_read_fork() 359 HFS_I(inode)->fs_blocks = 0; in hfs_read_inode()
|
D | hfs_fs.h | 77 sector_t fs_blocks; member
|
D | btree.c | 244 HFS_I(inode)->fs_blocks = inode->i_size >> in hfs_bmap_alloc()
|