Searched refs:nodeid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c91 synthfs_newnode(mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, argument
113 sp->s_nodeid = nodeid;
208 int synthfs_new_directory(struct mount *mp, struct vnode *dp, const char *name, unsigned long nodeid, mode_t mode, struct proc *p, struct vnode **vpp) { argument
213 result = synthfs_newnode(mp, dp, name, nodeid, mode, p, VDIR, &vp);
256 unsigned long nodeid,
265 result = synthfs_newnode(mp, dp, name, nodeid, 0, p, VLNK, &vp);
252 synthfs_new_symlink( struct mount *mp, struct vnode *dp, const char *name, unsigned long nodeid, char *targetstring, struct proc *p, struct vnode **vpp) argument
H A Dsynthfs.h227 int synthfs_new_directory (mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, mode_t mode, proc_t p, vnode_t *vpp);
228 int synthfs_new_symlink (mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, char *targetstring, proc_t p, vnode_t *vpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_internal.h74 byte nodeid; /* node number */ member in struct:__anon243

Completed in 34 milliseconds