RLIMIT_FSIZE 140 fs/attr.c limit = rlimit(RLIMIT_FSIZE); RLIMIT_FSIZE 1091 fs/io_uring.c req->fsize = rlimit(RLIMIT_FSIZE); RLIMIT_FSIZE 1513 fs/io_uring.c current->signal->rlim[RLIMIT_FSIZE].rlim_cur = req->fsize; RLIMIT_FSIZE 1521 fs/io_uring.c current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; RLIMIT_FSIZE 566 fs/proc/base.c [RLIMIT_FSIZE] = {"Max file size", "bytes"}, RLIMIT_FSIZE 14 include/asm-generic/resource.h [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \ RLIMIT_FSIZE 481 kernel/acct.c flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur; RLIMIT_FSIZE 482 kernel/acct.c current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; RLIMIT_FSIZE 524 kernel/acct.c current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim; RLIMIT_FSIZE 2910 mm/filemap.c loff_t limit = rlimit(RLIMIT_FSIZE); RLIMIT_FSIZE 93 tools/testing/selftests/powerpc/ptrace/core-pkey.c ret = getrlimit(RLIMIT_FSIZE, &rlim); RLIMIT_FSIZE 103 tools/testing/selftests/powerpc/ptrace/core-pkey.c ret = setrlimit(RLIMIT_FSIZE, &rlim);