pcount            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)
pcount            253 examples/VFS/skel_opaque.c 	return vfswrap_getlock(NULL, fsp, poffset, pcount, ptype, ppid);
pcount            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)
pcount            246 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid);
pcount            200 lib/zlib/contrib/iostream2/zstream.h                 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
pcount            242 lib/zlib/contrib/iostream2/zstream.h             if (m_os && m_os->pcount()>0) {
pcount            248 lib/zlib/contrib/iostream2/zstream.h                 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
pcount           1154 source3/include/proto.h bool fcntl_getlock(int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
pcount           3418 source3/include/proto.h 			uint64_t *pcount,
pcount            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);
pcount             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)))
pcount            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)))
pcount            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)))
pcount           1826 source3/lib/util.c bool fcntl_getlock(int fd, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
pcount           1832 source3/lib/util.c 		    fd,(double)*poffset,(double)*pcount,*ptype));
pcount           1837 source3/lib/util.c 	lock.l_len = *pcount;
pcount           1845 source3/lib/util.c 			(double)*poffset,(double)*pcount,*ptype,strerror(errno)));
pcount           1852 source3/lib/util.c 	*pcount = lock.l_len;
pcount            167 source3/locking/locking.c 			uint64_t *pcount,
pcount            192 source3/locking/locking.c 			pcount,
pcount            228 source3/locking/posix.c static bool posix_fcntl_getlock(files_struct *fsp, SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype)
pcount            234 source3/locking/posix.c 		fsp->fh->fd,(double)*poffset,(double)*pcount,*ptype));
pcount            236 source3/locking/posix.c 	ret = SMB_VFS_GETLOCK(fsp, poffset, pcount, ptype, &pid);
pcount            241 source3/locking/posix.c 					(double)*poffset,(double)*pcount));
pcount            255 source3/locking/posix.c 		if (*pcount & ~((SMB_OFF_T)0x7fffffff)) {
pcount            259 source3/locking/posix.c 			*pcount &= 0x7fffffff;
pcount            260 source3/locking/posix.c 			ret = SMB_VFS_GETLOCK(fsp,poffset,pcount,ptype,&pid);
pcount            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)
pcount            981 source3/modules/vfs_default.c 	result =  fcntl_getlock(fsp->fh->fd, poffset, pcount, ptype, ppid);
pcount            191 source3/modules/vfs_full_audit.c 		       SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid);
pcount           1576 source3/modules/vfs_full_audit.c 		       SMB_OFF_T *poffset, SMB_OFF_T *pcount, int *ptype, pid_t *ppid)
pcount           1580 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_GETLOCK(handle, fsp, poffset, pcount, ptype, ppid);
pcount           2626 source3/printing/printing.c static bool get_stored_queue_info(struct tdb_print_db *pdb, int snum, int *pcount, print_queue_struct **ppqueue)
pcount           2643 source3/printing/printing.c 	*pcount = 0;
pcount           2728 source3/printing/printing.c 	*pcount = total_count;