Searched refs:maxcount (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/mtd/ |
D | mtdoops.c | 235 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/ |
D | nfs4xdr.c | 2160 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/ |
D | tw68-video.c | 347 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/ |
D | saa7134-core.c | 195 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/ |
D | pnfs_dev.c | 140 pdev->maxcount = max_resp_sz - nfs41_maxgetdevinfo_overhead; in nfs4_get_device_info()
|
D | pnfs.h | 223 unsigned int maxcount; /* gdia_maxcount */ member
|
D | nfs3xdr.c | 1265 uint32_t maxcount = args->count; in encode_readdirplus3args() local 1279 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
|
D | nfs4xdr.c | 1609 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()
|
D | pnfs.c | 1130 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
|
/Linux-v6.1/drivers/net/ethernet/sis/ |
D | sis900.c | 1248 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/ |
D | nfs_xdr.h | 259 __u32 maxcount; member
|