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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c767 vfs_setflags(hfsmp->hfs_mp, (u_int64_t)((unsigned int)MNT_JOURNALED));
790 vfs_clearflags(hfsmp->hfs_mp, (u_int64_t)((unsigned int)MNT_JOURNALED));
856 vfs_setflags (hfsmp->hfs_mp, MNT_CPROTECT);
2193 if ((hfsmp->hfs_flags & HFS_READ_ONLY) && (vfs_flags(hfsmp->hfs_mp) & MNT_ROOTFS) == 0) {
2228 hfs_sync_metadata, hfsmp->hfs_mp);
2251 hfs_sync_metadata, hfsmp->hfs_mp);
2457 if ((hfsmp->hfs_flags & HFS_READ_ONLY) && (vfs_flags(hfsmp->hfs_mp) & MNT_ROOTFS) == 0) {
2492 hfs_sync_metadata, hfsmp->hfs_mp);
2523 hfs_sync_metadata, hfsmp->hfs_mp);
2852 if (hfsmp->hfs_sync_incomplete && hfsmp->hfs_mp
[all...]
H A Dhfs.h158 struct mount *hfs_mp; /* filesystem vfs structure */ member in struct:hfsmount
537 #define HFSTOVFS(HFSMP) ((HFSMP)->hfs_mp)
H A Dhfs_vfsops.c399 hfs_sync_metadata, hfsmp->hfs_mp);
466 ((hfsmp->hfs_mp->mnt_kern_flag & MNTK_SSD) == 0)) {
1045 if (hfsmp->hfs_mp->mnt_pending_write_size > hfsmp->hfs_max_pending_io) {
1053 pending_io = hfsmp->hfs_mp->mnt_pending_write_size;
1058 while(hfsmp->hfs_mp->mnt_pending_write_size > (pending_io/3) && counter++ < 500) {
1063 printf("hfs: timed out waiting for io to drain (%lld)\n", (int64_t)hfsmp->hfs_mp->mnt_pending_write_size);
1069 hfs_sync(hfsmp->hfs_mp, MNT_WAIT, vfs_context_kernel());
1116 hfs_sync(hfsmp->hfs_mp, MNT_WAIT, vfs_context_kernel());
1503 hfsmp->hfs_mp = mp; /* Make VFSTOHFS work */
2956 hfs_sync(hfsmp->hfs_mp, MNT_WAI
[all...]
H A Dhfs_readwrite.c1205 myPerms = DerivePermissionSummary(cnattr.ca_uid, cnattr.ca_gid, cnattr.ca_mode, hfsmp->hfs_mp,myp_ucred, theProcPtr);
1481 cnattr.ca_mode, hfsmp->hfs_mp, cred, p);
1839 vfs_markdependency(hfsmp->hfs_mp);
4413 if (cp_fs_protected (hfsmp->hfs_mp)) {
H A Dhfs_cnode.c1670 if ((vfs_flags(hfsmp->hfs_mp) & MNT_NOATIME) ||
H A Dhfs_vnops.c5170 if (cp_fs_protected(hfsmp->hfs_mp)) {

Completed in 145 milliseconds