Home
last modified time | relevance | path

Searched refs:vnode_create_ext (Results 1 – 6 of 6) 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/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.h935 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 Dvfs_subr.c7300 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()