Home
last modified time | relevance | path

Searched refs:VCREATESIZE (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_subr.c288 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp, VNODE_CREATE_DEFAULT); in bind_getnewvnode()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_subr.c294 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp, VNODE_CREATE_DEFAULT); in null_getnewvnode()
/xnu-11215/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c336 rvalue = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, &fsnp->vp); in mockfs_fsnode_vnode()
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c262 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp, in fdesc_allocvp()
H A Ddevfs_tree.c1288 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vn_p, in devfs_dntovn()
/xnu-11215/bsd/sys/
H A Dvnode.h261 #define VCREATESIZE sizeof(struct vnode_fsparam) macro
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c2128 if ((error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp))) { in bdevvp()
6967 size = VCREATESIZE; in vnode_create_internal()
6970 if ((flavor != VNCREATE_FLAVOR) || (size != VCREATESIZE)) { in vnode_create_internal()
7323 return vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, NULL, in vnode_create_empty()