/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/ |
H A D | move_extents.c | 206 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 313 phys_cpos, new_phys_cpos); in ocfs2_defrag_extent() 534 u32 *phys_cpos) in ocfs2_probe_alloc_group() argument 550 *phys_cpos = 0; in ocfs2_probe_alloc_group() 563 *phys_cpos = base_cpos + i; in ocfs2_probe_alloc_group() 572 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, in ocfs2_move_extent() argument 771 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; in __ocfs2_move_extents_range() local 844 if (!phys_cpos) { in __ocfs2_move_extents_range() 864 cpos, phys_cpos, alloc_size, len_defraged); in __ocfs2_move_extents_range() 866 ret = ocfs2_defrag_extent(context, cpos, phys_cpos, in __ocfs2_move_extents_range() [all …]
|
H A D | file.c | 1437 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1470 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1484 if (phys_cpos) { in ocfs2_allocate_unwritten_extents() 1702 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1833 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range() 1836 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range() 2061 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2073 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount() 2080 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|
H A D | alloc.h | 128 u32 cpos, u32 phys_cpos, u32 len, int flags,
|
H A D | xattr.c | 765 u32 cpos, u32 phys_cpos, u32 len, in __ocfs2_remove_xattr_range() argument 770 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() 816 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 825 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 837 phys_cpos, alloc_size, in ocfs2_xattr_shrink_size() 844 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_xattr_shrink_size()
|
H A D | alloc.c | 5692 u32 cpos, u32 phys_cpos, u32 len, int flags, in ocfs2_remove_btree_range() argument 5697 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() 7224 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7350 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate() 7362 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/ |
H A D | move_extents.c | 206 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 313 phys_cpos, new_phys_cpos); in ocfs2_defrag_extent() 534 u32 *phys_cpos) in ocfs2_probe_alloc_group() argument 550 *phys_cpos = 0; in ocfs2_probe_alloc_group() 563 *phys_cpos = base_cpos + i; in ocfs2_probe_alloc_group() 572 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, in ocfs2_move_extent() argument 771 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; in __ocfs2_move_extents_range() local 844 if (!phys_cpos) { in __ocfs2_move_extents_range() 864 cpos, phys_cpos, alloc_size, len_defraged); in __ocfs2_move_extents_range() 866 ret = ocfs2_defrag_extent(context, cpos, phys_cpos, in __ocfs2_move_extents_range() [all …]
|
H A D | file.c | 1437 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1470 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1484 if (phys_cpos) { in ocfs2_allocate_unwritten_extents() 1702 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1833 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range() 1836 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range() 2061 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2073 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount() 2080 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|
H A D | alloc.h | 128 u32 cpos, u32 phys_cpos, u32 len, int flags,
|
H A D | xattr.c | 765 u32 cpos, u32 phys_cpos, u32 len, in __ocfs2_remove_xattr_range() argument 770 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() 816 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 825 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 837 phys_cpos, alloc_size, in ocfs2_xattr_shrink_size() 844 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_xattr_shrink_size()
|
H A D | alloc.c | 5692 u32 cpos, u32 phys_cpos, u32 len, int flags, in ocfs2_remove_btree_range() argument 5697 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() 7224 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7350 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate() 7362 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/ |
H A D | move_extents.c | 206 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 313 phys_cpos, new_phys_cpos); in ocfs2_defrag_extent() 534 u32 *phys_cpos) in ocfs2_probe_alloc_group() argument 550 *phys_cpos = 0; in ocfs2_probe_alloc_group() 563 *phys_cpos = base_cpos + i; in ocfs2_probe_alloc_group() 572 u32 cpos, u32 phys_cpos, u32 *new_phys_cpos, in ocfs2_move_extent() argument 771 u32 cpos, phys_cpos, move_start, len_to_move, alloc_size; in __ocfs2_move_extents_range() local 844 if (!phys_cpos) { in __ocfs2_move_extents_range() 864 cpos, phys_cpos, alloc_size, len_defraged); in __ocfs2_move_extents_range() 866 ret = ocfs2_defrag_extent(context, cpos, phys_cpos, in __ocfs2_move_extents_range() [all …]
|
H A D | file.c | 1437 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local 1470 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, in ocfs2_allocate_unwritten_extents() 1484 if (phys_cpos) { in ocfs2_allocate_unwritten_extents() 1702 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1833 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range() 1836 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range() 2061 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local 2073 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len, in ocfs2_check_range_for_refcount() 2080 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
|
H A D | alloc.h | 128 u32 cpos, u32 phys_cpos, u32 len, int flags,
|
H A D | xattr.c | 765 u32 cpos, u32 phys_cpos, u32 len, in __ocfs2_remove_xattr_range() argument 770 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in __ocfs2_remove_xattr_range() 816 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 825 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 837 phys_cpos, alloc_size, in ocfs2_xattr_shrink_size() 844 block = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_xattr_shrink_size()
|
H A D | alloc.c | 5692 u32 cpos, u32 phys_cpos, u32 len, int flags, in ocfs2_remove_btree_range() argument 5697 u64 phys_blkno = ocfs2_clusters_to_blocks(inode->i_sb, phys_cpos); in ocfs2_remove_btree_range() 7224 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7350 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate() 7362 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|