Searched refs:RLIMIT_FSIZE (Results 1 – 8 of 8) sorted by relevance
17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
500 flim = rlimit(RLIMIT_FSIZE); in do_acct_process()501 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()542 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()
191 limit = rlimit(RLIMIT_FSIZE); in inode_newsize_ok()
1634 loff_t limit = rlimit(RLIMIT_FSIZE); in generic_write_check_limits()
832 loff_t limit = rlimit(RLIMIT_FSIZE); in zonefs_write_check_limits()
577 [RLIMIT_FSIZE] = {"Max file size", "bytes"},