| /f-stack/freebsd/sys/ |
| H A D | namei.h | 69 struct nameidata { struct 120 int cache_fplookup(struct nameidata *ndp, enum cache_fpl_status *status, argument 241 struct nameidata *_ndp = (ndp); \ 259 struct nameidata *_ndp = (ndp); \ 275 void NDFREE_PNBUF(struct nameidata *); 276 void NDFREE(struct nameidata *, const u_int); 279 struct nameidata *_ndp = (ndp); \ 288 void NDFREE_NOTHING(struct nameidata *); 289 void NDVALIDATE(struct nameidata *); 295 int namei(struct nameidata *ndp); [all …]
|
| H A D | file.h | 55 struct nameidata; 283 int fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch);
|
| H A D | vnode.h | 620 struct nameidata; 745 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp); 746 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-put-link.m4 | 18 nameidata *nd, void *ptr) { return; } 37 dnl # This kernel retired the nameidata structure. 51 [whether iops->put_link() passes nameidata]) 55 [iops->put_link() nameidata])
|
| H A D | kernel-get-link.m4 | 39 nameidata *nd) { return (void *)NULL; } 77 dnl # This kernel retired the nameidata structure. 92 [whether iops->follow_link() passes nameidata]) 97 [iops->follow_link() nameidata])
|
| H A D | kernel-dentry-operations.m4 | 102 struct nameidata *nidata) { return 0; } 112 AC_MSG_CHECKING([whether dops->d_revalidate() takes struct nameidata]) 116 [dops->d_revalidate() operation takes nameidata])
|
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 50 NDFREE(struct nameidata *ndp, const u_int flags) in NDFREE() 56 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() 95 NDINIT_ALL(struct nameidata *ndp, u_long op, u_long flags, enum uio_seg segflg,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 177 nameicap_tracker_add(struct nameidata *ndp, struct vnode *dp) in nameicap_tracker_add() 208 nameicap_cleanup(struct nameidata *ndp) in nameicap_cleanup() 265 namei_handle_root(struct nameidata *ndp, struct vnode **dpp) in namei_handle_root() 440 namei_getpath(struct nameidata *ndp) in namei_getpath() 498 namei(struct nameidata *ndp) in namei() 789 lookup(struct nameidata *ndp) in lookup() 1447 NDFREE_PNBUF(struct nameidata *ndp) in NDFREE_PNBUF() 1472 NDFREE_NOTHING(struct nameidata *ndp) in NDFREE_NOTHING() 1485 (NDFREE)(struct nameidata *ndp, const u_int flags) 1546 NDVALIDATE(struct nameidata *ndp) in NDVALIDATE() [all …]
|
| H A D | vfs_extattr.c | 83 struct nameidata nd; in sys_extattrctl() 295 struct nameidata nd; in kern_extattr_set_path() 460 struct nameidata nd; in kern_extattr_get_path() 592 struct nameidata nd; in kern_extattr_delete_path() 741 struct nameidata nd; in kern_extattr_list_path()
|
| H A D | vfs_acl.c | 377 struct nameidata nd; in kern___acl_get_path() 415 struct nameidata nd; in kern___acl_set_path() 491 struct nameidata nd; in kern___acl_delete_path() 548 struct nameidata nd; in kern___acl_aclcheck_path()
|
| H A D | vfs_syscalls.c | 194 struct nameidata nd; in sys_quotactl() 331 struct nameidata nd; in kern_statfs() 941 struct nameidata nd; in kern_chdir() 970 struct nameidata nd; in sys_chroot() 1103 struct nameidata nd; in kern_openat() 1292 struct nameidata nd; in kern_mknodat() 1421 struct nameidata nd; in kern_mkfifoat() 1552 struct nameidata nd; in kern_linkat() 1571 struct nameidata nd; in kern_linkat_vp() 1683 struct nameidata nd; in kern_symlinkat() [all …]
|
| H A D | vfs_cache.c | 2926 struct nameidata nd; in kern___realpathat() 3551 struct nameidata nd; in vn_path_to_global_path() 3714 struct nameidata *ndp; 3759 struct nameidata *ndp; in cache_fpl_handle_root() 3892 struct nameidata *ndp; in cache_fpl_aborted_impl() 4016 struct nameidata *ndp; in cache_can_fplookup() 4050 struct nameidata *ndp; in cache_fplookup_dirfd() 4086 struct nameidata *ndp; in cache_fplookup_partial_setup() 4205 struct nameidata *ndp; in cache_fplookup_final_modifying() 4396 struct nameidata *ndp; in cache_fplookup_modifying() [all …]
|
| H A D | vfs_mountroot.c | 310 struct nameidata nd; in vfs_mountroot_shuffle() 722 struct nameidata nd; in parse_mount_dev_present() 943 struct nameidata nd; in vfs_mountroot_readconf()
|
| H A D | kern_ctf.c | 60 struct nameidata nd;
|
| H A D | kern_acct.c | 208 struct nameidata nd; in sys_acct()
|
| H A D | kern_alq.c | 435 struct nameidata nd; in alq_open_flags()
|
| H A D | link_elf_obj.c | 649 struct nameidata *nd; in link_elf_load_file() 674 nd = malloc(sizeof(struct nameidata), M_TEMP, M_WAITOK); in link_elf_load_file()
|
| H A D | kern_linker.c | 1780 struct nameidata nd; in linker_lookup_file() 1837 struct nameidata nd; in linker_hints_lookup()
|
| /f-stack/freebsd/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 90 static int open_file(const char *path, struct nameidata *nid); 237 open_file(const char *path, struct nameidata *nid) in open_file() 260 struct nameidata nid; in read_manifest() 319 struct nameidata nid; in parse_entry()
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 42 struct nameidata; 136 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 473 zpl_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr) in zpl_put_link() 568 zpl_follow_link(struct dentry *dentry, struct nameidata *nd) in zpl_follow_link() 616 zpl_revalidate(struct dentry *dentry, struct nameidata *nd)
|
| H A D | zpl_ctldir.c | 186 zpl_snapdir_revalidate(struct dentry *dentry, struct nameidata *i) in zpl_snapdir_revalidate()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_syscalls.c | 340 struct nameidata nd; in kern___mac_get_path() 507 struct nameidata nd; in kern___mac_set_path()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 650 struct nameidata nd; in mac_veriexec_syscall()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_syscalls.c | 779 struct nameidata nd; in sys_auditctl()
|