Home
last modified time | relevance | path

Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4_fs.h157 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
Dnfs4state.c818 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1609 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in nfs4_reclaim_open_state()
1696 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c1543 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1610 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked()
1652 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation()
1660 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation()
2022 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_recover()
2038 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2041 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2795 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) { in nfs41_check_open_stateid()
6776 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
6802 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired()
[all …]
Ddelegation.c154 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()