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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c298 * hfs_lazy_init_decmpfs_cnode(): returns the decmpfs_cnode for a cnode,
302 hfs_lazy_init_decmpfs_cnode(struct cnode *cp) function
325 * is allocated by calling hfs_lazy_init_decmpfs_cnode(), then makes sure it is populated,
338 decmpfs_cnode *dp = hfs_lazy_init_decmpfs_cnode(cp);
1174 * call hfs_lazy_init_decmpfs_cnode() to make sure that the decmpfs_cnode
1178 dp = hfs_lazy_init_decmpfs_cnode(VTOC(vp));
1372 * call hfs_lazy_init_decmpfs_cnode() to make sure that the decmpfs_cnode
1376 dp = hfs_lazy_init_decmpfs_cnode(VTOC(vp));

Completed in 100 milliseconds