Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs4state.c424 if (!list_empty(&sp->so_lru)) in nfs4_find_state_owner_locked()
425 list_del_init(&sp->so_lru); in nfs4_find_state_owner_locked()
452 if (!list_empty(&sp->so_lru)) in nfs4_insert_state_owner_locked()
453 list_del_init(&sp->so_lru); in nfs4_insert_state_owner_locked()
511 INIT_LIST_HEAD(&sp->so_lru); in nfs4_alloc_state_owner()
552 list_move(&sp->so_lru, &doomed); in nfs4_gc_state_owners()
557 list_for_each_entry_safe(sp, tmp, &doomed, so_lru) { in nfs4_gc_state_owners()
558 list_del(&sp->so_lru); in nfs4_gc_state_owners()
639 list_move(&sp->so_lru, head); in nfs4_purge_state_owners()
656 list_for_each_entry_safe(sp, tmp, head, so_lru) { in nfs4_free_state_owners()
[all …]
H A Dnfs4_fs.h113 struct list_head so_lru; member