Searched refs:a_cnp (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vnode_if.c | 103 VOPARG_OFFSETOF(struct vnop_lookup_args, a_cnp), 121 VOPARG_OFFSETOF(struct vnop_compound_open_args, a_cnp), 138 VOPARG_OFFSETOF(struct vnop_create_args, a_cnp), 155 VOPARG_OFFSETOF(struct vnop_whiteout_args, a_cnp), 172 VOPARG_OFFSETOF(struct vnop_mknod_args, a_cnp), 514 VOPARG_OFFSETOF(struct vnop_remove_args, a_cnp), 531 VOPARG_OFFSETOF(struct vnop_remove_args, a_cnp), 549 VOPARG_OFFSETOF(struct vnop_link_args, a_cnp), 626 VOPARG_OFFSETOF(struct vnop_mkdir_args, a_cnp), 643 VOPARG_OFFSETOF(struct vnop_compound_mkdir_args, a_cnp), [all …]
|
| H A D | vfs_support.c | 68 if ((ap->a_cnp->cn_flags & HASBUF) == 0) { in nop_create() 115 if ((ap->a_cnp->cn_flags & HASBUF) == 0) { in nop_mknod() 508 if ((ap->a_cnp->cn_flags & HASBUF) == 0) { in nop_symlink()
|
| H A D | kpi_vfs.c | 3470 struct componentname *a_cnp; 3506 a.a_cnp = cnp; in VNOP_LOOKUP() 3522 struct componentname *a_cnp; 3546 a.a_cnp = cnp; in VNOP_COMPOUND_OPEN() 3612 struct componentname *a_cnp; 3626 a.a_cnp = cnp; in VNOP_CREATE() 3660 struct componentname *a_cnp; 3683 struct componentname *a_cnp; 3697 a.a_cnp = cnp; in VNOP_MKNOD() 4331 struct componentname *a_cnp; [all …]
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 197 struct componentname *a_cnp; member 221 struct componentname *a_cnp; member 246 struct componentname *a_cnp; member 274 struct componentname *a_cnp; member 310 struct componentname *a_cnp; /* Path to look up */ member 690 struct componentname *a_cnp; member 715 struct componentname *a_cnp; /* Name of file to remove */ member 736 struct componentname *a_cnp; member 876 struct componentname *a_cnp; member 902 struct componentname *a_cnp; /* Name of directory to create */ member [all …]
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 341 struct componentname *cnp = ap->a_cnp; in devfs_lookup() 905 struct componentname *cnp = ap->a_cnp; in devfs_vnop_remove() 988 struct componentname *cnp = ap->a_cnp; in devfs_link() 1245 struct componentname * cnp = ap->a_cnp; in devfs_mkdir() 1301 ra.a_cnp = ap->a_cnp; in devfs_rmdir() 1324 …error = devfs_make_symlink(VTODN(ap->a_dvp), ap->a_cnp->cn_nameptr, ap->a_vap->va_mode, ap->a_targ… in devfs_symlink() 1380 struct componentname * cnp = ap->a_cnp; in devfs_mknod()
|
| H A D | devfs_fdesc_support.c | 305 struct componentname *cnp = ap->a_cnp; in devfs_devfd_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 100 cnp = ap->a_cnp; in mockfs_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 430 struct componentname * cnp = ap->a_cnp; in null_special_lookup() 562 struct componentname * cnp = ap->a_cnp; in null_lookup()
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 187 struct componentname * cnp = ap->a_cnp; in bind_lookup()
|