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);
63 static ssize_t totbytes = 0, maxbytes = 0; variable180 maxbytes = (ssize_t) atol(optarg); in main()283 if (maxbytes) { in main()285 if (totbytes > maxbytes) { in main()
320 loff_t maxbytes = ip->i_sb->s_maxbytes; in zpl_llseek() local328 error = lseek_execute(filp, ip, offset, maxbytes); in zpl_llseek()