Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Drtlx.c329 static int file_open(struct inode *inode, struct file *filp) in file_open() function
396 .open = file_open,
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c150 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/qemu/python/qemu/utils/
H A Dqemu_ga_client.py97 handle = self.qga.file_open(path=path)
/openbmc/linux/security/tomoyo/
H A Dtomoyo.c559 LSM_HOOK_INIT(file_open, tomoyo_file_open),
/openbmc/linux/security/landlock/
H A Dfs.c1312 LSM_HOOK_INIT(file_open, hook_file_open),
/openbmc/linux/include/linux/
H A Dlsm_hook_defs.h188 LSM_HOOK(int, 0, file_open, struct file *file)
/openbmc/linux/security/apparmor/
H A Dlsm.c1281 LSM_HOOK_INIT(file_open, apparmor_file_open),
/openbmc/linux/security/
H A Dsecurity.c2854 ret = call_int_hook(file_open, 0, file); in security_file_open()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c5003 LSM_HOOK_INIT(file_open, smack_file_open),
/openbmc/linux/security/selinux/
H A Dhooks.c7087 LSM_HOOK_INIT(file_open, selinux_file_open),