Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4_fs.h152 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
Dnfs4proc.c1226 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached()
1284 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid()
1315 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1328 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1334 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1367 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_set_open_stateid_locked()
1703 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_open_recover()
2373 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) && in nfs41_check_open_stateid()
2386 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs41_check_open_stateid()
2843 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
Dnfs4state.c767 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close()
1539 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()