Searched refs:SSIZE_MAX (Results 1 – 6 of 6) sorted by relevance
10 #define SSIZE_MAX ((ssize_t)(SIZE_MAX >> 1)) macro
61 if (i_size > SSIZE_MAX) { in kernel_read_file()
42 is greater than ``SSIZE_MAX``, the result is unspecified.
40 else if (attr_size > SSIZE_MAX) in v9fs_fid_xattr_get()
43 and has no other results. If ``count`` is greater than ``SSIZE_MAX``,
290 if (size > SSIZE_MAX) in auxtrace_copy_data()