Home
last modified time | relevance | path

Searched refs:RLIMIT_FSIZE (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dresource.h17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
/linux/include/asm-generic/
H A Dresource.h14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux/kernel/
H A Dacct.c545 flim = rlimit(RLIMIT_FSIZE); in do_acct_process()
546 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()
549 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim; in do_acct_process()
/linux/fs/zonefs/
H A Dfile.c406 loff_t limit = rlimit(RLIMIT_FSIZE); in zonefs_write_check_limits()
/linux/fs/proc/
H A Dbase.c613 [RLIMIT_FSIZE] = {"Max file size", "bytes"},