Searched refs:dlm_hash2nodeid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dir.h | 16 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash);
|
H A D | dir.c | 33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid() function 56 r->res_dir_nodeid = dlm_hash2nodeid(ls, r->res_hash); in dlm_recover_dir_nodeid()
|
H A D | lock.c | 828 dir_nodeid = dlm_hash2nodeid(ls, hash); in find_rsb() 932 dir_nodeid = dlm_hash2nodeid(ls, hash); in dlm_master_lookup() 4041 dir_nodeid = dlm_hash2nodeid(ls, hash); in send_repeat_remove() 4416 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash); in receive_remove()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dir.h | 16 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash);
|
H A D | dir.c | 33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid() function 56 r->res_dir_nodeid = dlm_hash2nodeid(ls, r->res_hash); in dlm_recover_dir_nodeid()
|
H A D | lock.c | 823 dir_nodeid = dlm_hash2nodeid(ls, hash); in find_rsb() 1007 dir_nodeid = dlm_hash2nodeid(ls, hash); in dlm_master_lookup() 4152 dir_nodeid = dlm_hash2nodeid(ls, le32_to_cpu(ms->m_hash)); in receive_remove()
|
Completed in 19 milliseconds