Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clstate.c1852 struct nfsclopenhead extra_open; in nfscl_recover() local
1916 LIST_INIT(&extra_open); in nfscl_recover()
2106 LIST_INSERT_HEAD(&extra_open, nop, nfso_list); in nfscl_recover()
2115 LIST_FOREACH_SAFE(op, &extra_open, nfso_list, nop) { in nfscl_recover()