Home
last modified time | relevance | path

Searched refs:file_truncate (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py24 def file_truncate(path, size): function
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py33 def file_truncate(path, size): function
190 file_truncate(spi_path_rw, 16 << 20) # Spansion S25FL128SDPBHICO is 16 MiB
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c560 LSM_HOOK_INIT(file_truncate, tomoyo_file_truncate),
/openbmc/linux/security/landlock/
H A Dfs.c1312 LSM_HOOK_INIT(file_truncate, hook_file_truncate),
/openbmc/linux/include/linux/
H A Dlsm_hook_defs.h189 LSM_HOOK(int, 0, file_truncate, struct file *file)
/openbmc/linux/security/apparmor/
H A Dlsm.c1289 LSM_HOOK_INIT(file_truncate, apparmor_file_truncate),
/openbmc/linux/security/
H A Dsecurity.c2873 return call_int_hook(file_truncate, 0, file); in security_file_truncate()