Searched refs:maxcount (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/mtd/ |
| H A 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/fs/nfsd/ |
| H A D | nfs4xdr.c | 2247 u32 maxcount; in nfsd4_decode_getxattr() local 2254 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_getxattr() 2255 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_getxattr() 2257 getxattr->getxa_len = maxcount; in nfsd4_decode_getxattr() 2266 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local 2282 maxcount = svc_max_payload(argp->rqstp); in nfsd4_decode_setxattr() 2283 maxcount = min_t(u32, XATTR_SIZE_MAX, maxcount); in nfsd4_decode_setxattr() 2287 if (size > maxcount) in nfsd4_decode_setxattr() 2308 u32 maxcount; in nfsd4_decode_listxattrs() local 2323 if (xdr_stream_decode_u32(argp->xdr, &maxcount) < 0) in nfsd4_decode_listxattrs() [all …]
|
| /linux/drivers/media/pci/tw68/ |
| H A 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/drivers/media/pci/saa7134/ |
| H A 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/fs/nfs/ |
| H A D | pnfs_dev.c | 137 pdev->maxcount = max_resp_sz - nfs41_maxgetdevinfo_overhead; in nfs4_get_device_info()
|
| H A D | pnfs.h | 228 unsigned int maxcount; /* gdia_maxcount */ member
|
| H A D | nfs3xdr.c | 1262 uint32_t maxcount = args->count; in encode_readdirplus3args() local 1276 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
|
| H A D | nfs4xdr.c | 1608 uint32_t maxcount = readdir->count; in encode_readdir() local 1645 *p++ = cpu_to_be32(maxcount); in encode_readdir() 2022 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo() 2045 encode_uint32(xdr, args->maxcount); in encode_layoutget() 2053 args->maxcount); in encode_layoutget()
|
| H A D | pnfs.c | 1210 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
|
| /linux/drivers/net/ethernet/sis/ |
| H A 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/include/linux/ |
| H A D | nfs_xdr.h | 262 __u32 maxcount; member
|
| /linux/fs/ |
| H A D | namespace.c | 5942 const size_t maxcount = 1000000; in SYSCALL_DEFINE4() local 5954 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4()
|