Searched refs:file_open (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 150 static struct efi_file_handle *file_open(struct file_system *fs, in file_open() function 259 *new_handle = file_open(fh->fs, fh, file_name, open_mode, attributes); in efi_file_open() 709 *root = file_open(fs, NULL, NULL, 0, 0); in efi_open_volume()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | rtlx.c | 329 static int file_open(struct inode *inode, struct file *filp) in file_open() function 396 .open = file_open,
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 97 handle = self.qga.file_open(path=path)
|
/openbmc/linux/security/tomoyo/ |
H A D | tomoyo.c | 559 LSM_HOOK_INIT(file_open, tomoyo_file_open),
|
/openbmc/linux/security/landlock/ |
H A D | fs.c | 1311 LSM_HOOK_INIT(file_open, hook_file_open),
|
/openbmc/linux/include/linux/ |
H A D | lsm_hook_defs.h | 188 LSM_HOOK(int, 0, file_open, struct file *file)
|
/openbmc/linux/security/apparmor/ |
H A D | lsm.c | 1281 LSM_HOOK_INIT(file_open, apparmor_file_open),
|
/openbmc/linux/security/ |
H A D | security.c | 2854 ret = call_int_hook(file_open, 0, file); in security_file_open()
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 5003 LSM_HOOK_INIT(file_open, smack_file_open),
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 7087 LSM_HOOK_INIT(file_open, selinux_file_open),
|