Searched refs:SSIZE_MAX (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dlimits.h10 #define SSIZE_MAX ((ssize_t)(SIZE_MAX >> 1)) macro
/linux-master/fs/
H A Dkernel_read_file.c32 * than SSIZE_MAX), or negative on error.
61 if (i_size > SSIZE_MAX) {
/linux-master/fs/9p/
H A Dxattr.c40 else if (attr_size > SSIZE_MAX)
/linux-master/kernel/
H A Dkexec_file.c44 #define KEXEC_FILE_SIZE_MAX min_t(s64, 4LL << 30, SSIZE_MAX)
/linux-master/tools/perf/util/
H A Dauxtrace.c271 if (size > SSIZE_MAX)

Completed in 116 milliseconds