Home
last modified time | relevance | path

Searched refs:sm_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/lockd/
Dmon.c195 if (refcount_read(&nsm->sm_count) == 1 in nsm_unmonitor()
286 refcount_set(&new->sm_count, 1); in nsm_create_handle()
344 refcount_inc(&cached->sm_count); in nsm_get_handle()
350 refcount_read(&cached->sm_count)); in nsm_get_handle()
395 refcount_inc(&cached->sm_count); in nsm_reboot_lookup()
400 refcount_read(&cached->sm_count)); in nsm_reboot_lookup()
411 if (refcount_dec_and_lock(&nsm->sm_count, &nsm_lock)) { in nsm_release()
Dhost.c118 refcount_inc(&nsm->sm_count); in nlm_alloc_host()
/Linux-v6.6/include/linux/lockd/
Dlockd.h88 refcount_t sm_count; member