Home
last modified time | relevance | path

Searched refs:cached_extents (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H 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()
191 res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino, in __hfsplus_ext_cache_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()
531 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_file_extend()
532 hip->cached_extents[ in hfsplus_file_extend()
[all...]
H A Dinode.c393 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_new_inode()
461 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork()
H A Dhfsplus_fs.h222 hfsplus_extent_rec cached_extents; member
/kernel/linux/linux-5.10/fs/hfs/
H A Dextent.c124 hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec)); in __hfs_ext_write_extent()
129 hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength); in __hfs_ext_write_extent()
179 res = __hfs_ext_read_extent(fd, HFS_I(inode)->cached_extents, inode->i_ino, in __hfs_ext_cache_extent()
183 HFS_I(inode)->cached_blocks = hfs_ext_block_count(HFS_I(inode)->cached_extents); in __hfs_ext_cache_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[ in hfs_extend_file()
[all...]
H A Dhfs_fs.h82 hfs_extent_rec cached_extents; member
H A Dinode.c230 memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec)); in hfs_new_inode()
/kernel/linux/linux-6.6/fs/hfsplus/
H 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()
191 res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino, in __hfsplus_ext_cache_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()
531 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_file_extend()
532 hip->cached_extents[ in hfsplus_file_extend()
[all...]
H A Dinode.c407 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_new_inode()
475 memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork()
H A Dhfsplus_fs.h222 hfsplus_extent_rec cached_extents; member
/kernel/linux/linux-6.6/fs/hfs/
H A Dextent.c124 hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec)); in __hfs_ext_write_extent()
129 hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength); in __hfs_ext_write_extent()
179 res = __hfs_ext_read_extent(fd, HFS_I(inode)->cached_extents, inode->i_ino, in __hfs_ext_cache_extent()
183 HFS_I(inode)->cached_blocks = hfs_ext_block_count(HFS_I(inode)->cached_extents); in __hfs_ext_cache_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[ in hfs_extend_file()
[all...]
H A Dhfs_fs.h82 hfs_extent_rec cached_extents; member
H A Dinode.c234 memset(HFS_I(inode)->cached_extents, 0, sizeof(hfs_extent_rec)); in hfs_new_inode()

Completed in 12 milliseconds