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

/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs.h63 mockfs_fsnode_t mockfs_root; /* Root of the node tree */ member in struct:mockfs_mount
H A Dmockfs_vfsops.c52 int mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx);
125 mockfs_mount_data->mockfs_root = root_fsnode;
177 * that clearing mockfs_root before destroying the fsnode tree is related to an implementation
180 root_fsnode = mockfs_mnt->mockfs_root;
181 mockfs_mnt->mockfs_root = NULL;
195 * mockfs_root:
200 int mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx) function
204 rvalue = mockfs_fsnode_vnode(((mockfs_mount_t) mp->mnt_data)->mockfs_root, vpp);
247 mockfs_root, /* root */
H A Dmockfs_fsnode.c119 if (!fsnp || (((mockfs_mount_t)fsnp->mnt->mnt_data)->mockfs_root == fsnp)) {

Completed in 22 milliseconds