Home
last modified time | relevance | path

Searched refs:maxcount (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/mtd/
Dmtdoops.c250 u32 maxcount = 0xffffffff; in find_next_position() local
273 if (maxcount == 0xffffffff) { in find_next_position()
274 maxcount = hdr.seq; in find_next_position()
276 } else if (hdr.seq < 0x40000000 && maxcount > 0xc0000000) { in find_next_position()
277 maxcount = hdr.seq; in find_next_position()
279 } else if (hdr.seq > maxcount && hdr.seq < 0xc0000000) { in find_next_position()
280 maxcount = hdr.seq; in find_next_position()
282 } else if (hdr.seq > maxcount && hdr.seq > 0xc0000000 in find_next_position()
283 && maxcount > 0x80000000) { in find_next_position()
284 maxcount = hdr.seq; in find_next_position()
[all …]
/Linux-v6.6/fs/nfsd/
Dnfs4xdr.c2216 u32 maxcount; in nfsd4_decode_getxattr() local
2223 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_getxattr()
2224 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_getxattr()
2226 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr()
2235 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local
2251 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_setxattr()
2252 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_setxattr()
2256 if (size > maxcount) in nfsd4_decode_setxattr()
2277 u32 maxcount; in nfsd4_decode_listxattrs() local
2292 if (xdr_stream_decode_u32(argp->xdr, &maxcount) < 0) in nfsd4_decode_listxattrs()
[all …]
/Linux-v6.6/drivers/media/pci/tw68/
Dtw68-video.c347 unsigned int maxcount; in tw68_buffer_count() local
349 maxcount = (4 * 1024 * 1024) / roundup(size, PAGE_SIZE); in tw68_buffer_count()
350 if (count > maxcount) in tw68_buffer_count()
351 count = maxcount; in tw68_buffer_count()
/Linux-v6.6/drivers/media/pci/saa7134/
Dsaa7134-core.c191 unsigned int maxcount; in saa7134_buffer_count() local
193 maxcount = 1024 / saa7134_buffer_pages(size); in saa7134_buffer_count()
194 if (count > maxcount) in saa7134_buffer_count()
195 count = maxcount; in saa7134_buffer_count()
/Linux-v6.6/fs/nfs/
Dpnfs_dev.c140 pdev->maxcount = max_resp_sz - nfs41_maxgetdevinfo_overhead; in nfs4_get_device_info()
Dpnfs.h223 unsigned int maxcount; /* gdia_maxcount */ member
Dnfs3xdr.c1265 uint32_t maxcount = args->count; in encode_readdirplus3args() local
1279 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
Dnfs4xdr.c1609 uint32_t maxcount = readdir->count; in encode_readdir() local
1637 *p++ = cpu_to_be32(maxcount); in encode_readdir()
1987 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo()
2010 encode_uint32(xdr, args->maxcount); in encode_layoutget()
2018 args->maxcount); in encode_layoutget()
Dpnfs.c1130 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
/Linux-v6.6/drivers/net/ethernet/sis/
Dsis900.c1248 int i, maxcount=10; in sis630_set_eq() local
1258 for (i=0; i < maxcount; i++) { in sis630_set_eq()
/Linux-v6.6/include/linux/
Dnfs_xdr.h259 __u32 maxcount; member