Searched refs:maxcount (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/mtd/ |
D | mtdoops.c | 250 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-6.12.1/fs/nfsd/ |
D | nfs4xdr.c | 2237 u32 maxcount; in nfsd4_decode_getxattr() local 2244 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_getxattr() 2245 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_getxattr() 2247 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr() 2256 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local 2272 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_setxattr() 2273 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_setxattr() 2277 if (size > maxcount) in nfsd4_decode_setxattr() 2298 u32 maxcount; in nfsd4_decode_listxattrs() local 2313 if (xdr_stream_decode_u32(argp->xdr, &maxcount) < 0) in nfsd4_decode_listxattrs() [all …]
|
/linux-6.12.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-6.12.1/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 191 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-6.12.1/fs/nfs/ |
D | pnfs_dev.c | 137 pdev->maxcount = max_resp_sz - nfs41_maxgetdevinfo_overhead; in nfs4_get_device_info()
|
D | pnfs.h | 227 unsigned int maxcount; /* gdia_maxcount */ member
|
D | nfs3xdr.c | 1262 uint32_t maxcount = args->count; in encode_readdirplus3args() local 1276 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
|
D | nfs4xdr.c | 1608 uint32_t maxcount = readdir->count; in encode_readdir() local 1644 *p++ = cpu_to_be32(maxcount); in encode_readdir() 2021 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo() 2044 encode_uint32(xdr, args->maxcount); in encode_layoutget() 2052 args->maxcount); in encode_layoutget()
|
D | pnfs.c | 1210 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
|
/linux-6.12.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-6.12.1/include/linux/ |
D | nfs_xdr.h | 259 __u32 maxcount; member
|
/linux-6.12.1/fs/ |
D | namespace.c | 5431 const size_t maxcount = 1000000; in SYSCALL_DEFINE4() local 5445 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4()
|