Lines Matching refs:size
13 /* The max in/out buffer size for a FN_READ or FN_WRITE call */
63 /** Allocated size of the string member in bytes. */
64 u16 size;
78 /* The size of shfl_string w/o the string part. */
81 /* Calculate size of the string. */
84 return string ? SHFLSTRING_HEADER_SIZE + string->size : 0;
149 * The additional extended attribute size (shfl_fsobjattr::u::size) is
222 /** Extended attribute size. */
244 struct shfl_fsobjattr_easize size;
256 * Logical size (st_size).
257 * For normal files this is the size of the file.
262 s64 size;
264 /** Disk allocation size (st_blocks * DEV_BSIZE). */
335 * setting new size.
433 * The maximum size of a filesystem object name.
756 /* Set size of object (extend/trucate); only applies to file objects */