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

/linux-master/fs/
H A Dbinfmt_flat.c169 #define LBUFSIZE 4000 macro
194 buf = kmalloc(LBUFSIZE, GFP_KERNEL);
201 ret = kernel_read(bprm->file, buf, LBUFSIZE, &fpos);
236 if (unlikely(ret >= LBUFSIZE)) {
242 while (ret < LBUFSIZE && buf[ret++] != 0)
244 if (unlikely(ret == LBUFSIZE)) {
250 while (ret < LBUFSIZE && buf[ret++] != 0)
252 if (unlikely(ret == LBUFSIZE)) {
271 ret = kernel_read(bprm->file, buf, LBUFSIZE, &fpos);

Completed in 158 milliseconds