/src/sys/fs/nfs/client/ |
nfs_clstate.c | 2456 struct nfscllayouthead rlh; local in function:nfscl_renewthread 2629 TAILQ_INIT(&rlh); 2650 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list); 2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { 2702 TAILQ_REMOVE(&rlh, lyp, nfsly_list);
|
nfs_clstate.c | 2456 struct nfscllayouthead rlh; local in function:nfscl_renewthread 2629 TAILQ_INIT(&rlh); 2650 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list); 2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { 2702 TAILQ_REMOVE(&rlh, lyp, nfsly_list);
|
nfs_clstate.c | 2456 struct nfscllayouthead rlh; local in function:nfscl_renewthread 2629 TAILQ_INIT(&rlh); 2650 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list); 2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { 2702 TAILQ_REMOVE(&rlh, lyp, nfsly_list);
|