Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dresource.h16 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
/linux-4.4.14/include/asm-generic/
Dresource.h13 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux-4.4.14/kernel/
Dacct.c478 flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur; in do_acct_process()
479 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()
521 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim; in do_acct_process()
/linux-4.4.14/fs/
Dattr.c104 limit = rlimit(RLIMIT_FSIZE); in inode_newsize_ok()
/linux-4.4.14/mm/
Dfilemap.c2332 unsigned long limit = rlimit(RLIMIT_FSIZE); in generic_write_checks()
/linux-4.4.14/fs/proc/
Dbase.c599 [RLIMIT_FSIZE] = {"Max file size", "bytes"},