Home
last modified time | relevance | path

Searched refs:n_rdonly (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfs/
Dnfs4_fs.h177 unsigned int n_rdonly; /* Number of read-only references */ member
Dnfs4state.c756 state->n_rdonly--; in __nfs4_close()
766 if (state->n_rdonly == 0) { in __nfs4_close()
Dnfs4proc.c1135 && state->n_rdonly != 0; in can_open_cached()
1170 state->n_rdonly++; in update_open_stateflags()
1183 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid()
1209 if (!(state->n_wronly || state->n_rdonly || state->n_rdwr)) in nfs_resync_open_stateid_locked()
1213 if (state->n_rdonly) in nfs_resync_open_stateid_locked()
1611 if (state->n_rdonly != 0) { in nfs4_open_recover()
2710 if (state->n_rdonly == 0) in nfs4_close_prepare()