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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c313 if ((hfsmp->hfs_attribute_vp == NULL) ||
318 btfile = VTOF(hfsmp->hfs_attribute_vp);
688 if (hfsmp->hfs_attribute_vp == NULL) {
696 hfsmp->hfs_max_inline_attrsize = getmaxinlineattrsize(hfsmp->hfs_attribute_vp);
715 btfile = VTOF(hfsmp->hfs_attribute_vp);
1036 if (hfsmp->hfs_attribute_vp == NULL) {
1120 if (hfsmp->hfs_attribute_vp == NULL) {
1137 btfile = VTOF(hfsmp->hfs_attribute_vp);
1179 btfile = VTOF(hfsmp->hfs_attribute_vp);
1333 if ((hfsmp->hfs_attribute_vp
[all...]
H A Dhfs_vfsutils.c541 &hfsmp->hfs_attribute_vp);
545 hfsmp->hfs_attribute_cp = VTOC(hfsmp->hfs_attribute_vp);
547 retval = MacToVFSError(BTOpenPath(VTOF(hfsmp->hfs_attribute_vp),
729 if (hfsmp->hfs_attribute_vp)
730 ReleaseMetaFileVNode(hfsmp->hfs_attribute_vp);
790 if (hfsmp->hfs_attribute_vp)
791 ReleaseMetaFileVNode(hfsmp->hfs_attribute_vp);
803 hfsmp->hfs_attribute_vp = NULL;
907 overflow_extents(VTOF(hfsmp->hfs_attribute_vp))) {
985 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_attribute_vp),
[all...]
H A Dhfs_btreeio.c604 if (hfsmp->hfs_attribute_vp) {
743 hfsmp->hfs_attribute_vp = vp;
H A Dhfs_vfsops.c769 if (hfsmp->hfs_attribute_vp) {
770 forkp = VTOF(hfsmp->hfs_attribute_vp);
807 if (hfsmp->hfs_attribute_vp) {
808 forkp = VTOF(hfsmp->hfs_attribute_vp);
1616 if (hfsmp->hfs_attribute_vp) {
1617 (void) hfs_lock(VTOC(hfsmp->hfs_attribute_vp), HFS_EXCLUSIVE_LOCK);
1618 retval = hfs_fsync(hfsmp->hfs_attribute_vp, MNT_WAIT, 0, p);
1619 hfs_unlock(VTOC(hfsmp->hfs_attribute_vp));
2016 meta_vp[3] = hfsmp->hfs_attribute_vp; /* Optional file */
2373 if (hfsmp->hfs_attribute_vp)
[all...]
H A Dhfs.h140 struct vnode * hfs_attribute_vp; member in struct:hfsmount
H A Dhfs_vnops.c1538 if (hfsmp->hfs_attribute_vp)
1539 hfs_btsync(hfsmp->hfs_attribute_vp, 0);
1546 if (hfsmp->hfs_attribute_vp)
1547 vnode_waitforwrites(hfsmp->hfs_attribute_vp, 0, 0, 0, "hfs_metasync_all");
1660 if ((hfsmp->hfs_attribute_vp != NULL) &&
1978 if ((hfsmp->hfs_attribute_vp != NULL) &&
H A Dhfs_readwrite.c1595 if (hfsmp->hfs_attribute_vp)
1596 vnode_waitforwrites(hfsmp->hfs_attribute_vp, 0, 0, 0, "hfs freeze");

Completed in 106 milliseconds