ptype             251 examples/VFS/skel_opaque.c static bool skel_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
ptype             253 examples/VFS/skel_opaque.c 	return vfswrap_getlock(NULL, fsp, poffset, pcount, ptype, ppid);
ptype             244 examples/VFS/skel_transparent.c static bool skel_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
ptype             246 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid);
ptype            1154 source3/include/proto.h bool fcntl_getlock(int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
ptype             375 source3/include/vfs.h 		bool (*getlock)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
ptype              80 source3/include/vfs_macros.h #define SMB_VFS_GETLOCK(fsp, poffset, pcount, ptype, ppid) ((fsp)->conn->vfs.ops.getlock((fsp)->conn->vfs.handles.getlock, (fsp), (poffset), (pcount), (ptype), (ppid)))
ptype             214 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_GETLOCK(fsp, poffset, pcount, ptype, ppid) ((fsp)->conn->vfs_opaque.ops.getlock((fsp)->conn->vfs_opaque.handles.getlock, (fsp), (poffset), (pcount), (ptype), (ppid)))
ptype             349 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid) ((handle)->vfs_next.ops.getlock((handle)->vfs_next.handles.getlock, (fsp), (poffset), (pcount), (ptype), (ppid)))
ptype            1826 source3/lib/util.c bool fcntl_getlock(int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
ptype            1832 source3/lib/util.c 		    fd,(double)*poffset,(double)*pcount,*ptype));
ptype            1834 source3/lib/util.c 	lock.l_type = *ptype;
ptype            1845 source3/lib/util.c 			(double)*poffset,(double)*pcount,*ptype,strerror(errno)));
ptype            1850 source3/lib/util.c 	*ptype = lock.l_type;
ptype             228 source3/locking/posix.c static bool posix_fcntl_getlock(files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype)
ptype             234 source3/locking/posix.c 		fsp->fh->fd,(double)*poffset,(double)*pcount,*ptype));
ptype             236 source3/locking/posix.c 	ret = SMB_VFS_GETLOCK(fsp, poffset, pcount, ptype, &pid);
ptype             260 source3/locking/posix.c 			ret = SMB_VFS_GETLOCK(fsp,poffset,pcount,ptype,&pid);
ptype             976 source3/modules/vfs_default.c static bool vfswrap_getlock(vfs_handle_struct *handle, files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
ptype             981 source3/modules/vfs_default.c 	result =  fcntl_getlock(fsp->fh->fd, poffset, pcount, ptype, ppid);
ptype             191 source3/modules/vfs_full_audit.c 		       SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
ptype            1576 source3/modules/vfs_full_audit.c 		       SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
ptype            1580 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid);
ptype            1128 source3/smbd/trans2.c 				enum perm_type ptype,
ptype            1161 source3/smbd/trans2.c 	switch (ptype) {
ptype            6023 source3/smbd/trans2.c 	enum perm_type ptype;
ptype            6055 source3/smbd/trans2.c 			ptype = PERM_EXISTING_DIR;
ptype            6057 source3/smbd/trans2.c 			ptype = PERM_EXISTING_FILE;
ptype            6060 source3/smbd/trans2.c 		ptype = PERM_NEW_FILE;
ptype            6063 source3/smbd/trans2.c 	status = unix_perms_from_wire(conn, psbuf, raw_unixmode, ptype, &unixmode);
ptype             965 source4/lib/wmi/wmi_wrap.c   swig_type_info **ptype;
ptype            4210 source4/lib/wmi/wmi_wrap.c         obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
ptype            4213 source4/lib/wmi/wmi_wrap.c         obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
ptype            4250 source4/lib/wmi/wmi_wrap.c           size_t shift = (ci->ptype) - types;
ptype             602 source4/librpc/rpc/dcerpc.c 	if (pkt->ptype == DCERPC_PKT_BIND_NAK) {
ptype             610 source4/librpc/rpc/dcerpc.c 	if ((pkt->ptype != DCERPC_PKT_BIND_ACK) ||
ptype             696 source4/librpc/rpc/dcerpc.c 	pkt.ptype = DCERPC_PKT_BIND;
ptype             777 source4/librpc/rpc/dcerpc.c 	pkt.ptype = DCERPC_PKT_AUTH3;
ptype             833 source4/librpc/rpc/dcerpc.c 	    pkt->ptype == DCERPC_PKT_RESPONSE) {
ptype             865 source4/librpc/rpc/dcerpc.c 	if (pkt->ptype == DCERPC_PKT_FAULT) {
ptype             872 source4/librpc/rpc/dcerpc.c 	if (pkt->ptype != DCERPC_PKT_RESPONSE) {
ptype             874 source4/librpc/rpc/dcerpc.c 			 (int)pkt->ptype)); 
ptype            1043 source4/librpc/rpc/dcerpc.c 	pkt.ptype = DCERPC_PKT_REQUEST;
ptype            1564 source4/librpc/rpc/dcerpc.c 	if (pkt->ptype == DCERPC_PKT_ALTER_RESP &&
ptype            1573 source4/librpc/rpc/dcerpc.c 	if (pkt->ptype != DCERPC_PKT_ALTER_RESP ||
ptype            1621 source4/librpc/rpc/dcerpc.c 	pkt.ptype = DCERPC_PKT_ALTER;
ptype             445 source4/rpc_server/dcerpc_server.c 	pkt.ptype = DCERPC_PKT_FAULT;
ptype             487 source4/rpc_server/dcerpc_server.c 	pkt.ptype = DCERPC_PKT_BIND_NAK;
ptype             647 source4/rpc_server/dcerpc_server.c 	pkt.ptype = DCERPC_PKT_BIND_ACK;
ptype             834 source4/rpc_server/dcerpc_server.c 	pkt.ptype = DCERPC_PKT_ALTER_RESP;
ptype            1014 source4/rpc_server/dcerpc_server.c 		pkt.ptype = DCERPC_PKT_RESPONSE;
ptype            1163 source4/rpc_server/dcerpc_server.c 	if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
ptype            1172 source4/rpc_server/dcerpc_server.c 	if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
ptype            1178 source4/rpc_server/dcerpc_server.c 		if (call->pkt.ptype != DCERPC_PKT_REQUEST) {
ptype            1189 source4/rpc_server/dcerpc_server.c 		if (call->pkt.ptype != call2->pkt.ptype) {
ptype            1221 source4/rpc_server/dcerpc_server.c 	if (call->pkt.ptype == DCERPC_PKT_REQUEST &&
ptype            1230 source4/rpc_server/dcerpc_server.c 	switch (call->pkt.ptype) {