Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/
Dmtdoops.c235 u32 maxcount = 0xffffffff; in find_next_position() local
258 if (maxcount == 0xffffffff) { in find_next_position()
259 maxcount = hdr.seq; in find_next_position()
261 } else if (hdr.seq < 0x40000000 && maxcount > 0xc0000000) { in find_next_position()
262 maxcount = hdr.seq; in find_next_position()
264 } else if (hdr.seq > maxcount && hdr.seq < 0xc0000000) { in find_next_position()
265 maxcount = hdr.seq; in find_next_position()
267 } else if (hdr.seq > maxcount && hdr.seq > 0xc0000000 in find_next_position()
268 && maxcount > 0x80000000) { in find_next_position()
269 maxcount = hdr.seq; in find_next_position()
[all …]
/Linux-v6.1/fs/nfsd/
Dnfs4xdr.c2160 u32 maxcount; in nfsd4_decode_getxattr() local
2167 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_getxattr()
2168 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_getxattr()
2170 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr()
2178 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local
2194 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_setxattr()
2195 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_setxattr()
2199 if (size > maxcount) in nfsd4_decode_setxattr()
2219 u32 maxcount; in nfsd4_decode_listxattrs() local
2234 if (xdr_stream_decode_u32(argp->xdr, &maxcount) < 0) in nfsd4_decode_listxattrs()
[all …]
/Linux-v6.1/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.1/drivers/media/pci/saa7134/
Dsaa7134-core.c195 unsigned int maxcount; in saa7134_buffer_count() local
197 maxcount = 1024 / saa7134_buffer_pages(size); in saa7134_buffer_count()
198 if (count > maxcount) in saa7134_buffer_count()
199 count = maxcount; in saa7134_buffer_count()
/Linux-v6.1/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.1/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.1/include/linux/
Dnfs_xdr.h259 __u32 maxcount; member