Lines Matching refs:size
170 * We could use negotiated size instead of max_msgsize -
171 * but it may be more efficient to always alloc same size
206 /* We could use negotiated size instead of max_msgsize -
207 but it may be more efficient to always alloc same size
353 cifs_dbg(VFS, "Length less than smb header size\n");
381 cifs_dbg(FYI, "Calculated size %u vs length %u mismatch for mid=%u\n",
385 cifs_dbg(VFS, "RFC1001 size %u smaller than SMB for mid=%u\n",
398 cifs_dbg(VFS, "RFC1001 size %u more than 512 bytes larger than SMB for mid=%u\n",
934 size_t size;
948 size = sizeof(struct shash_desc) + crypto_shash_descsize(*shash);
949 *sdesc = kmalloc(size, GFP_KERNEL);