Searched refs:maxbytes (Results 1 – 3 of 3) sorted by relevance
44 size_t maxbytes; member55 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ?56 arg2 : i[probefunc].maxbytes;71 i["read"].maxbytes, i["read"].elapsed);73 i["write"].maxbytes, i["write"].elapsed);
59 static ssize_t totbytes = 0, maxbytes = 0; variable176 maxbytes = (ssize_t) atol(optarg); in main()279 if (maxbytes) { in main()281 if (totbytes > maxbytes) { in main()
314 loff_t maxbytes = ip->i_sb->s_maxbytes; in zpl_llseek() local322 error = lseek_execute(filp, ip, offset, maxbytes); in zpl_llseek()