client_caps       224 source4/ntvfs/cifs/vfs_cifs.c 	if (!(ntvfs->ctx->client_caps & NTVFS_CLIENT_CAP_LEVEL_II_OPLOCKS)) {
client_caps       192 source4/ntvfs/ntvfs.h 	uint64_t client_caps;
client_caps       277 source4/ntvfs/ntvfs.h 	uint64_t client_caps;
client_caps       171 source4/ntvfs/ntvfs_base.c 	ctx->client_caps	= ntvfs_client_caps;
client_caps        45 source4/ntvfs/ntvfs_util.c 	req->client_caps		= ctx->client_caps;
client_caps       749 source4/ntvfs/posix/pvfs_open.c 	if (req->client_caps & NTVFS_CLIENT_CAP_LEVEL_II_OPLOCKS) {
client_caps      1482 source4/ntvfs/posix/pvfs_open.c 	if (req->client_caps & NTVFS_CLIENT_CAP_LEVEL_II_OPLOCKS) {
client_caps       530 source4/smb_server/smb/receive.c 			    req->smb_conn->negotiate.client_caps & CAP_STATUS32) {
client_caps       562 source4/smb_server/smb/receive.c 			    req->smb_conn->negotiate.client_caps & CAP_STATUS32) {
client_caps       832 source4/smb_server/smb/reply.c 	if (req->smb_conn->negotiate.client_caps & CAP_LARGE_READX) {
client_caps       143 source4/smb_server/smb/request.c 	if (req->smb_conn->negotiate.client_caps & CAP_STATUS32) {
client_caps       349 source4/smb_server/smb/request.c 	if (!req->smb_conn->config.nt_status_support || !(req->smb_conn->negotiate.client_caps & CAP_STATUS32)) {
client_caps        48 source4/smb_server/smb/service.c 	if (req->smb_conn->negotiate.client_caps & CAP_LEVEL_II_OPLOCKS) {
client_caps       224 source4/smb_server/smb/sesssetup.c 		req->smb_conn->negotiate.client_caps = sess->nt1.in.capabilities;
client_caps       356 source4/smb_server/smb/sesssetup.c 		req->smb_conn->negotiate.client_caps = sess->spnego.in.capabilities;
client_caps       314 source4/smb_server/smb_server.h 		uint32_t client_caps;