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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c139 int hfs_vnop_rename(struct vnop_rename_args*);
3365 * Even though hfs_vnop_rename calls vnode_recycle for us on tvp we call
3437 // if skip_reserve == 1 then we're being called from hfs_vnop_rename() and thus
4214 // if skip_reserve == 1 then we're being called from hfs_vnop_rename() and thus
4315 hfs_vnop_rename(ap) function
4459 * after we return from hfs_vnop_rename.
4809 /* hfs_vnop_link() and hfs_vnop_rename() set kHFSHasChildLinkMask
4867 * existing 'tvp' element to the hidden directory in hfs_vnop_rename.
5149 printf ("hfs_vnop_rename: error updating parent chain for %u\n", tdcp->c_cnid);
7114 { &vnop_rename_desc, (VOPFUNC)hfs_vnop_rename }, /* renam
[all...]

Completed in 79 milliseconds