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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h193 MoveData( ExtendedVCB *vcb, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, int rsrc);
285 int rsrc, uint32_t fileid, Boolean truncateToExtent);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h157 struct filefork *c_rsrcfork; /* cnode's rsrc fork */
251 #define CTOV(cp,rsrc) (((rsrc) && S_ISREG((cp)->c_mode)) ? \
H A Dhfs_vnops.c595 * If the rsrc fork is a named stream, it can cause the data fork to
609 * this vp (ourselves + rsrc fork holding ref on us), go ahead
874 /* We deal with rsrc fork vnode iocount at the end of the function */
881 * continue to support access to the rsrc fork until it disappears.
1095 * We need to vnode_put the rsrc fork vnode only *after* we've released
1997 int rsrc = 0; local
2034 rsrc = 1;
2041 if (rsrc) {
2054 /* If the source has the rsrc open, make sure the destination is also the rsrc */
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c59 OSErr MoveData( ExtendedVCB *vcb, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, int rsrc) { argument
68 if (rsrc) {
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1343 int rsrc, // does this represent a resource fork or not?
1373 if (rsrc) {
1338 TruncateFileC( ExtendedVCB *vcb, FCB *fcb, int64_t peof, int deleted, int rsrc, uint32_t fileid, Boolean truncateToExtent) argument

Completed in 30 milliseconds