Searched refs:file_truncate (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 24 def file_truncate(path, size): function
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux_console.py | 33 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 D | tomoyo.c | 560 LSM_HOOK_INIT(file_truncate, tomoyo_file_truncate),
|
/openbmc/linux/security/landlock/ |
H A D | fs.c | 1312 LSM_HOOK_INIT(file_truncate, hook_file_truncate),
|
/openbmc/linux/include/linux/ |
H A D | lsm_hook_defs.h | 189 LSM_HOOK(int, 0, file_truncate, struct file *file)
|
/openbmc/linux/security/apparmor/ |
H A D | lsm.c | 1289 LSM_HOOK_INIT(file_truncate, apparmor_file_truncate),
|
/openbmc/linux/security/ |
H A D | security.c | 2873 return call_int_hook(file_truncate, 0, file); in security_file_truncate()
|