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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h310 * so_close_lru: (open) stateowner is placed on this list instead of being
321 struct list_head so_close_lru; /* tail queue */ member in struct:nfs4_stateowner
322 time_t so_time; /* time of placement on so_close_lru */
H A Dnfs4state.c472 list_del(&sop->so_close_lru);
1928 INIT_LIST_HEAD(&sop->so_close_lru);
1977 list_move_tail(&sop->so_close_lru, &close_lru);
2252 list_del_init(&sop->so_close_lru);
2719 sop = list_entry(pos, struct nfs4_stateowner, so_close_lru);
2756 list_for_each_entry(local, &close_lru, so_close_lru) {
3220 /* place unused nfs4_stateowners on so_close_lru list to be
3449 INIT_LIST_HEAD(&sop->so_close_lru); /* not used */

Completed in 30 milliseconds