inode_states      176 fs/nfs/nfs4_fs.h 	struct list_head inode_states;	/* List of states for the same inode */
inode_states      700 fs/nfs/nfs4state.c 	list_for_each_entry_rcu(state, &nfsi->open_states, inode_states) {
inode_states      738 fs/nfs/nfs4state.c 		list_add_rcu(&state->inode_states, &nfsi->open_states);
inode_states      762 fs/nfs/nfs4state.c 	list_del_rcu(&state->inode_states);