Searched refs:e_cpos (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 3936 u32 *e_cpos, in ocfs2_xattr_get_rec() argument 3969 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec() 3978 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec() 3985 if (e_cpos) in ocfs2_xattr_get_rec() 3986 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec() 4338 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local 4346 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block() 4352 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block() 4360 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block() 4363 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block() [all …]
|