Searched refs:vnode_create_ext (Results 1 – 6 of 6) 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/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 | 935 errno_t vnode_create_ext(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp, vnode_create_op…
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 7300 vnode_create_ext(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp, vnode_create_options_t v… in vnode_create_ext() function 7317 return vnode_create_ext(flavor, size, data, vpp, VNODE_CREATE_NODEALLOC); in vnode_create() 7323 return vnode_create_ext(VNCREATE_FLAVOR, VCREATESIZE, NULL, in vnode_create_empty()
|