Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4state.c726 int call_close = 0; in __nfs4_close() local
746 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close()
747 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
751 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()
752 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
760 if (!call_close) { in __nfs4_close()