Searched refs:call_close (Results 1 – 3 of 3) sorted by relevance
63 call_close(T& t, BOOST_IOS::openmode which) in call_close() function68 call_close(T& t, Sink& snk, BOOST_IOS::openmode which) in call_close() function
781 int call_close = 0; in __nfs4_close() local801 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close()802 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()806 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()807 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()815 if (!call_close) { in __nfs4_close()
3619 int call_close = 0; in nfs4_close_prepare() local3634 call_close |= is_rdonly; in nfs4_close_prepare()3638 call_close |= is_wronly; in nfs4_close_prepare()3642 call_close |= is_rdwr; in nfs4_close_prepare()3648 call_close = 0; in nfs4_close_prepare()3651 if (!call_close) { in nfs4_close_prepare()