Home
last modified time | relevance | path

Searched refs:inode_states (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4_fs.h180 struct list_head inode_states; /* List of states for the same inode */ member
H A Dnfs4state.c706 list_for_each_entry_rcu(state, &nfsi->open_states, inode_states) { in __nfs4_find_state_byowner()
744 list_add_rcu(&state->inode_states, &nfsi->open_states); in nfs4_get_open_state()
768 list_del_rcu(&state->inode_states); in nfs4_put_open_state()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4_fs.h182 struct list_head inode_states; /* List of states for the same inode */ member
H A Dnfs4state.c705 list_for_each_entry_rcu(state, &nfsi->open_states, inode_states) { in __nfs4_find_state_byowner()
743 list_add_rcu(&state->inode_states, &nfsi->open_states); in nfs4_get_open_state()
767 list_del_rcu(&state->inode_states); in nfs4_put_open_state()

Completed in 11 milliseconds