Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs4_fs.h182 struct list_head inode_states; /* List of states for the same inode */ member
Dnfs4state.c699 list_for_each_entry_rcu(state, &nfsi->open_states, inode_states) { in __nfs4_find_state_byowner()
737 list_add_rcu(&state->inode_states, &nfsi->open_states); in nfs4_get_open_state()
761 list_del_rcu(&state->inode_states); in nfs4_put_open_state()