Home
last modified time | relevance | path

Searched refs:tmp_xe (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c1816 struct ocfs2_xattr_entry *tmp_xe; in ocfs2_xa_bucket_add_entry() local
1824 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()
1826 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
1828 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c1810 struct ocfs2_xattr_entry *tmp_xe; in ocfs2_xa_bucket_add_entry() local
1818 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()
1820 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()
1822 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry()

Completed in 19 milliseconds