Searched refs:pbuflen (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpacking.h46 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen,
/linux-master/lib/
H A Dpacking.c64 * @pbuflen: The length in bytes of the packed buffer pointed to by @pbuf.
77 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, argument
158 box_addr = pbuflen - box - 1;
163 pbuflen);
/linux-master/fs/smb/client/
H A Dcifssmb.c3388 struct cifs_ntsd **acl_inf, __u32 *pbuflen)
3398 *pbuflen = 0;
3432 &pdata, &parm_len, pbuflen);
3442 *pbuflen = 0;
3449 if (acl_len != *pbuflen) {
3451 acl_len, *pbuflen);
3452 if (*pbuflen > acl_len)
3453 *pbuflen = acl_len;
3458 if ((*pbuflen < sizeof(struct cifs_ntsd) + 8) ||
3459 (*pbuflen >
3387 CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd **acl_inf, __u32 *pbuflen) argument
[all...]

Completed in 197 milliseconds