/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 293 u32 *first_hash); 3817 u32 first_hash, in ocfs2_xattr_bucket_find() 3935 u32 first_hash, num_clusters = 0; in ocfs2_xattr_index_block_find() local 3946 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash, in ocfs2_xattr_index_block_find() 3953 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash); in ocfs2_xattr_index_block_find() 3956 name, name_index, first_hash, in ocfs2_xattr_index_block_find() 3961 p_blkno, first_hash, num_clusters, xs); in ocfs2_xattr_index_block_find() 4505 * first_hash will be set as the 1st xe's name_hash in the new extent. 4513 u32 *first_hash) in ocfs2_mv_xattr_bucket_cross_cluster() 4533 to_move, first_hash); in ocfs2_mv_xattr_bucket_cross_cluster() 3812 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) ocfs2_xattr_bucket_find() argument 4507 ocfs2_mv_xattr_bucket_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blkno, u32 num_clusters, u32 *first_hash) ocfs2_mv_xattr_bucket_cross_cluster() argument 4625 ocfs2_divide_xattr_bucket(struct inode *inode, handle_t *handle, u64 blk, u64 new_blk, u32 *first_hash, int new_bucket_head) ocfs2_divide_xattr_bucket() argument 4876 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) ocfs2_mv_xattr_buckets() argument 4979 ocfs2_divide_xattr_cluster(struct inode *inode, handle_t *handle, u64 prev_blk, u64 new_blk, u32 *first_hash) ocfs2_divide_xattr_cluster() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 287 u32 *first_hash); 3811 u32 first_hash, in ocfs2_xattr_bucket_find() 3929 u32 first_hash, num_clusters = 0; in ocfs2_xattr_index_block_find() local 3940 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash, in ocfs2_xattr_index_block_find() 3947 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash); in ocfs2_xattr_index_block_find() 3950 name, name_index, first_hash, in ocfs2_xattr_index_block_find() 3955 p_blkno, first_hash, num_clusters, xs); in ocfs2_xattr_index_block_find() 4499 * first_hash will be set as the 1st xe's name_hash in the new extent. 4507 u32 *first_hash) in ocfs2_mv_xattr_bucket_cross_cluster() 4527 to_move, first_hash); in ocfs2_mv_xattr_bucket_cross_cluster() 3806 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) ocfs2_xattr_bucket_find() argument 4501 ocfs2_mv_xattr_bucket_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blkno, u32 num_clusters, u32 *first_hash) ocfs2_mv_xattr_bucket_cross_cluster() argument 4619 ocfs2_divide_xattr_bucket(struct inode *inode, handle_t *handle, u64 blk, u64 new_blk, u32 *first_hash, int new_bucket_head) ocfs2_divide_xattr_bucket() argument 4870 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) ocfs2_mv_xattr_buckets() argument 4973 ocfs2_divide_xattr_cluster(struct inode *inode, handle_t *handle, u64 prev_blk, u64 new_blk, u32 *first_hash) ocfs2_divide_xattr_cluster() argument [all...] |