Searched refs:RLIMIT_FSIZE (Results 1 – 10 of 10) sorted by relevance
17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
575 flim = rlimit(RLIMIT_FSIZE); in do_acct_process()576 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY; in do_acct_process()579 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()
255 limit = rlimit(RLIMIT_FSIZE); in inode_newsize_ok()
1633 loff_t limit = rlimit(RLIMIT_FSIZE); in generic_write_check_limits()
392 loff_t limit = rlimit(RLIMIT_FSIZE); in zonefs_write_check_limits()
613 [RLIMIT_FSIZE] = {"Max file size", "bytes"},
4092 RET_RES_ENTRY(RLIMIT_FSIZE); in target_ressource_string()
1062 return RLIMIT_FSIZE; in target_to_host_resource()