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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvcsubs.c32 static struct hlist_head nlm_files[FILE_NRHASH]; variable in typeref:struct:hlist_head
90 hlist_for_each_entry(file, pos, &nlm_files[hash], f_list)
117 hlist_add_head(&file->f_list, &nlm_files[hash]);
241 hlist_for_each_entry_safe(file, pos, next, &nlm_files[i], f_list) {

Completed in 127 milliseconds