Searched refs:ocfs2_xattr_name_hash (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 542 static u32 ocfs2_xattr_name_hash(struct inode *inode, in ocfs2_xattr_name_hash() function 2227 u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name, in ocfs2_xa_set() 3936 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); in ocfs2_xattr_index_block_find() 5523 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); in ocfs2_check_xattr_bucket_collision()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 536 static u32 ocfs2_xattr_name_hash(struct inode *inode, in ocfs2_xattr_name_hash() function 2221 u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name, in ocfs2_xa_set() 3930 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); in ocfs2_xattr_index_block_find() 5517 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); in ocfs2_check_xattr_bucket_collision()
|
Completed in 25 milliseconds