Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dfunctional.hpp63 call_close(T& t, BOOST_IOS::openmode which) in call_close() function
68 call_close(T& t, Sink& snk, BOOST_IOS::openmode which) in call_close() function
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4state.c781 int call_close = 0; in __nfs4_close() local
801 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()
H A Dnfs4proc.c3619 int call_close = 0; in nfs4_close_prepare() local
3634 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()