Searched refs:VCREATESIZE (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 288 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp, VNODE_CREATE_DEFAULT); in bind_getnewvnode()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 294 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp, VNODE_CREATE_DEFAULT); in null_getnewvnode()
|
| /xnu-11215/bsd/miscfs/mockfs/ |
| H A D | mockfs_fsnode.c | 336 rvalue = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, &fsnp->vp); in mockfs_fsnode_vnode()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 262 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp, in fdesc_allocvp()
|
| H A D | devfs_tree.c | 1288 error = vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vn_p, in devfs_dntovn()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode.h | 261 #define VCREATESIZE sizeof(struct vnode_fsparam) macro
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 2128 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()
|