Searched refs:vn_open (Results 1 – 14 of 14) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 56 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() function
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 136 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ctf.c | 105 error = vn_open(&nd, &flags, 0, NULL);
|
| H A D | kern_acct.c | 223 error = vn_open(&nd, &flags, 0, NULL); in sys_acct()
|
| H A D | vfs_mountroot.c | 950 error = vn_open(&nd, &flags, 0, NULL); in vfs_mountroot_readconf()
|
| H A D | kern_linker.c | 1807 error = vn_open(&nd, &flags, 0, NULL); in linker_lookup_file() 1857 error = vn_open(&nd, &flags, 0, NULL); in linker_hints_lookup()
|
| H A D | kern_ktrace.c | 950 error = vn_open(&nd, &flags, 0, NULL); in sys_ktrace()
|
| H A D | link_elf.c | 981 error = vn_open(&nd, &flags, 0, NULL); in link_elf_load_file()
|
| H A D | link_elf_obj.c | 677 error = vn_open(nd, &flags, 0, NULL); in link_elf_load_file()
|
| H A D | vfs_vnops.c | 189 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() function
|
| H A D | vfs_syscalls.c | 1141 error = vn_open(&nd, &flags, cmode, fp); in kern_openat()
|
| /f-stack/freebsd/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 246 rc = vn_open(nid, &flags, 0, NULL); in open_file()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_syscalls.c | 807 error = vn_open(&nd, &flags, 0, NULL); in sys_auditctl()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 745 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
|