Home
last modified time | relevance | path

Searched refs:cached_extents (Results 1 – 6 of 6) sorted by relevance

/linux/fs/hfs/
A Dextent.c124 hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec)); in __hfs_ext_write_extent()
368 dblock = hfs_ext_find_block(HFS_I(inode)->cached_extents, in hfs_get_block()
404 goal = hfs_ext_lastblock(HFS_I(inode)->cached_extents); in hfs_extend_file()
435 res = hfs_add_extent(HFS_I(inode)->cached_extents, in hfs_extend_file()
440 hfs_dump_extent(HFS_I(inode)->cached_extents); in hfs_extend_file()
464 memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec)); in hfs_extend_file()
465 HFS_I(inode)->cached_extents[0].block = cpu_to_be16(start); in hfs_extend_file()
466 HFS_I(inode)->cached_extents[0].count = cpu_to_be16(len); in hfs_extend_file()
467 hfs_dump_extent(HFS_I(inode)->cached_extents); in hfs_extend_file()
530 hfs_free_extents(sb, HFS_I(inode)->cached_extents, in hfs_file_truncate()
[all …]
A Dhfs_fs.h82 hfs_extent_rec cached_extents; member
A Dinode.c232 memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec)); in hfs_new_inode()
/linux/fs/hfsplus/
A Dextents.c107 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
113 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
198 hfsplus_ext_block_count(hip->cached_extents); in __hfsplus_ext_cache_extent()
273 dblock = hfsplus_ext_find_block(hip->cached_extents, in hfsplus_get_block()
464 goal = hfsplus_ext_lastblock(hip->cached_extents); in hfsplus_file_extend()
505 res = hfsplus_add_extent(hip->cached_extents, in hfsplus_file_extend()
509 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
533 hip->cached_extents[0].block_count = cpu_to_be32(len); in hfsplus_file_extend()
534 hfsplus_dump_extent(hip->cached_extents); in hfsplus_file_extend()
606 hfsplus_free_extents(sb, hip->cached_extents, in hfsplus_file_truncate()
[all …]
A Dinode.c405 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_new_inode()
473 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork()
A Dhfsplus_fs.h220 hfsplus_extent_rec cached_extents; member

Completed in 11 milliseconds