Searched refs:RLIMIT_FSIZE (Results 1 – 18 of 18) sorted by relevance
38 RLIMIT_FSIZE = 1, enumerator39 #define RLIMIT_FSIZE RLIMIT_FSIZE macro
17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
483 flim = current->signal->rlim[RLIMIT_FSIZE].rlim_cur; in do_acct_process()484 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()526 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim; in do_acct_process()
93 ret = getrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()103 ret = setrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
142 limit = rlimit(RLIMIT_FSIZE); in inode_newsize_ok()
1627 loff_t limit = rlimit(RLIMIT_FSIZE); in generic_write_check_limits()
798 loff_t limit = rlimit(RLIMIT_FSIZE); in zonefs_write_check_limits()
578 [RLIMIT_FSIZE] = {"Max file size", "bytes"},
3696 * RLIMIT_FSIZE: Limits on Resources. (line 133)
4171 ‘RLIMIT_FSIZE’4296 Maximum file size. Same as ‘RLIMIT_FSIZE’ for ‘setrlimit’.
9453 ‘RLIMIT_FSIZE’