Lines Matching refs:size
314 * Check size needed to encode fanotify_fh.
316 * Return size of encoded fh without fanotify_fh header.
334 * Return total size of encoded fh including fanotify_fh header.
352 * !gpf means preallocated variable size fh, but fh_len could
359 /* No external buffer in a variable size allocated fh */
496 unsigned int size;
498 size = sizeof(*fne) + FANOTIFY_FH_HDR_LEN + dir_fh_len;
500 size += FANOTIFY_FH_HDR_LEN + child_fh_len;
502 size += file_name->len + 1;
503 fne = kmalloc(size, gfp);
520 pr_debug("%s: ino=%lu size=%u dir_fh_len=%u child_fh_len=%u name_len=%u name='%.*s'\n",
521 __func__, id->i_ino, size, dir_fh_len, child_fh_len,
580 * memory is short. For the limited size queues, avoid OOM killer in the