Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4_fs.h175 struct list_head inode_states; /* List of states for the same inode */ member
Dnfs4state.c711 list_for_each_entry(state, &nfsi->open_states, inode_states) { in __nfs4_find_state_byowner()
747 list_add(&state->inode_states, &nfsi->open_states); in nfs4_get_open_state()
773 list_del(&state->inode_states); in nfs4_put_open_state()