Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
/openbmc/linux/kernel/
H A Dacct.c575 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()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c93 ret = getrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
103 ret = setrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
/openbmc/linux/fs/
H A Dattr.c255 limit = rlimit(RLIMIT_FSIZE); in inode_newsize_ok()
H A Dread_write.c1633 loff_t limit = rlimit(RLIMIT_FSIZE); in generic_write_check_limits()
/openbmc/linux/fs/zonefs/
H A Dfile.c392 loff_t limit = rlimit(RLIMIT_FSIZE); in zonefs_write_check_limits()
/openbmc/linux/fs/proc/
H A Dbase.c613 [RLIMIT_FSIZE] = {"Max file size", "bytes"},
/openbmc/qemu/linux-user/
H A Dstrace.c4092 RET_RES_ENTRY(RLIMIT_FSIZE); in target_ressource_string()
H A Dsyscall.c1062 return RLIMIT_FSIZE; in target_to_host_resource()