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

/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c645 nfsl_list) {
1055 LIST_FOREACH(lp, lhp, nfsl_list) {
1079 LIST_INSERT_HEAD(lhp, nlp, nfsl_list);
1173 LIST_FOREACH(lp, &dp->nfsdl_lock, nfsl_list) {
1193 LIST_FOREACH(lp, &op->nfso_lock, nfsl_list) {
1249 LIST_FOREACH(lp, &op->nfso_lock, nfsl_list) {
1320 LIST_FOREACH(lp, &dp->nfsdl_lock, nfsl_list) {
1347 LIST_FOREACH(lp, &op->nfso_lock, nfsl_list) {
1418 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
1441 LIST_FOREACH(lp, &op->nfso_lock, nfsl_list) {
[all...]
H A Dnfs_clrpcops.c670 LIST_FOREACH(lp, &op->nfso_lock, nfsl_list) {
726 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp)
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsclstate.h198 LIST_ENTRY(nfscllockowner) nfsl_list; member in struct:nfscllockowner

Completed in 170 milliseconds