Lines Matching defs:size
1615 * The protocol defines ca_maxresponssize_cached to include the size of
1645 u32 size;
1648 size = 0;
1650 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
1651 return size + sizeof(struct nfsd4_slot);
2689 size_t size, loff_t *pos)
2694 data = simple_transaction_get(file, buf, size);
2697 if (size != 7 || 0 != memcmp(data, "expire\n", 7))
2923 * Cache a reply. nfsd4_check_resp_size() has bounded the cache size.
3311 * Note decreasing slot size below client's request may make it
3315 * decrease number of slots instead of their size. Clients that
7287 * client's inode cache approaches the size of the server's total memory.
7290 * of delegations, which varies according to the server's memory size.