Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4_fs.h193 unsigned int n_rdonly; /* Number of read-only references */ member
A Dnfs4state.c788 state->n_rdonly--; in __nfs4_close()
798 if (state->n_rdonly == 0) { in __nfs4_close()
A Dnfs4proc.c1484 return state->n_rdonly != 0; in nfs4_mode_match_open_stateid()
1507 && state->n_rdonly != 0; in can_open_cached()
1550 state->n_rdonly++; in update_open_stateflags()
1561 if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1582 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid()
1622 if (!(state->n_wronly || state->n_rdonly || state->n_rdwr)) in nfs_resync_open_stateid_locked()
1626 if (state->n_rdonly) in nfs_resync_open_stateid_locked()
3631 if (state->n_rdonly == 0) in nfs4_close_prepare()

Completed in 36 milliseconds