Searched refs:h_cookie (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 87 h->h_cookie = handle_base; in class_handle_hash() 93 bucket = &handle_hash[h->h_cookie & HANDLE_HASH_MASK]; in class_handle_hash() 100 h, h->h_cookie); in class_handle_hash() 108 h->h_cookie); in class_handle_unhash_nolock() 113 h, h->h_cookie); in class_handle_unhash_nolock() 129 bucket = handle_hash + (h->h_cookie & HANDLE_HASH_MASK); in class_handle_unhash() 151 if (h->h_cookie != cookie) in class_handle2object() 171 void *ptr = (void *)(unsigned long)h->h_cookie; in class_handle_free_cb() 222 h->h_cookie, h, h->h_ops); in cleanup_all_handles()
|
D | genops.c | 1024 conn->cookie = export->exp_handle.h_cookie; in class_connect() 1060 export->exp_handle.h_cookie); in class_disconnect()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_handles.h | 71 __u64 h_cookie; member
|
D | obd_support.h | 511 __h->h_cookie = (unsigned long)(ptr); \
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 532 lockh->cookie = lock->l_handle.h_cookie; in ldlm_lock2handle() 1920 lock->l_handle.h_cookie, atomic_read(&lock->l_refc), in _ldlm_lock_debug() 1936 lock->l_handle.h_cookie, atomic_read(&lock->l_refc), in _ldlm_lock_debug() 1956 lock->l_handle.h_cookie, atomic_read(&lock->l_refc), in _ldlm_lock_debug() 1975 lock, lock->l_handle.h_cookie, in _ldlm_lock_debug() 1994 lock, lock->l_handle.h_cookie, in _ldlm_lock_debug()
|
D | ldlm_lib.c | 564 exp, exp ? exp->exp_handle.h_cookie : -1); in client_disconnect_export()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 94 tgt->ltd_uuid.uuid, tgt->ltd_exp->exp_handle.h_cookie); in lmv_set_mdc_active() 2296 exp->exp_handle.h_cookie); in lmv_get_info() 2360 exp->exp_handle.h_cookie); in lmv_set_info_async()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 1836 sbi->ll_md_exp->exp_handle.h_cookie); in ll_umount_begin() 1844 sbi->ll_dt_exp->exp_handle.h_cookie); in ll_umount_begin()
|
D | file.c | 143 ll_i2mdexp(inode)->exp_handle.h_cookie); in ll_close_inode_openhandle()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 107 olock->l_handle.h_cookie == ols->ols_handle.cookie)) in osc_lock_invariant()
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 373 tgt->ltd_exp->exp_handle.h_cookie); in lov_set_osc_active()
|