Searched refs:mount (Results 76 - 100 of 106) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_socket.c76 #include <sys/mount.h>
H A Dmac_base.c2068 mac_mount_label_get(struct mount *mp, user_addr_t mac_p)
2118 struct mount *mp;
2158 mac_mount_label_get(struct mount *mp __unused, user_addr_t mac_p __unused)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.c32 #include <sys/mount.h>
530 struct mount *mp = HFSTOVFS(hfsmp);
632 * We only do this if the mount has HFS_FOLDERCOUNT set;
H A Dhfs_btreeio.c35 #include <sys/mount.h>
H A Dhfs_hotfiles.c904 struct mount *mp = HFSTOVFS(hfsmp);
911 * hung off of this mount point
942 struct mount *mp;
H A Dhfs_link.c33 #include <sys/mount.h>
864 * This call is assumed to be made during mount.
H A Dhfs_readwrite.c78 MAXHFSFILESIZE = 0x7FFFFFFF /* this needs to go in the mount structure */
84 extern int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1472 * after metadata zone and set flag in mount structure to indicate
1566 struct mount *mp;
1876 * force fsck_hfs on next mount.
H A Dhfs_vfsutils.c40 #include <sys/mount.h>
105 /* don't mount a writeable volume if its dirty, it must be cleaned by fsck_hfs */
327 /* don't mount a writable volume if its dirty, it must be cleaned by fsck_hfs */
391 * Update the logical block size in the mount struct
1463 * We don't bother taking the mount lock
1491 struct mount * backingfs_mp;
1827 // if it is, then we can allow the mount. otherwise we have to
1840 printf("hfs: early journal init: volume on %s is read-only and journal is dirty. Can not mount volume.\n",
1860 // we'd just re-init it on the next mount.
1925 // later (if it doesn't on the next mount w
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c79 #include <sys/mount.h>
173 /* Inserting a mount point i.e. "/cdrom" */
H A Dcd9660_vnops.c81 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c48 #include <sys/mount.h>
H A Dkern_lockf.c67 #include <sys/mount.h>
H A Dposix_sem.c59 #include <sys/mount.h>
H A Dposix_shm.c59 #include <sys/mount.h>
H A Dubc_subr.c638 * mount point
640 * Parameters: mp The mount point
654 * those devices, or a network mount for which the server quits
658 ubc_umount(struct mount *mp)
H A Dinit_sysent.c72 {0, 0, 0, (sy_call_t *)nosys, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 21 = nosys old mount */
261 {AC(mount_args), 0, 0, (sy_call_t *)mount, munge_wwww, munge_dddd, _SYSCALL_RET_INT_T, 16}, /* 167 = mount */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c131 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp,
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c291 /* init mount lock group */
630 * disabled for a mount, so we can definitely answer NO in that case.
634 * successfully perform a lock operation on a mount point, so if it
645 /* locks disabled on this mount, so they definitely won't work */
824 * - hand craft the swap nfs vnode hanging off a fake mount point
826 * - build the rootfs mount point and call mountnfs() to do the rest.
893 panic("nfs_boot_getfh(v2,UDP) failed: NFS server refused mount - check server configuration: %s", PE_boot_args());
902 * Create the root mount point.
906 //PWC hack until we have a real "mount" tool to remount root rw
972 * Internal version of mount syste
[all...]
H A Dnfs_subs.c2136 * Free the net address hash lists that are hanging off the mount points.
2214 void enablequotas(struct mount *mp, vfs_context_t ctx); // XXX
2277 /* if adding, verify that the mount is still what we expect */
2291 /* sanity check: this should be same mount */
2668 struct mount *mp;
2733 /* find mount structure */
2737 * We have an export, but no mount?
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c463 * if .. and crossing mount points and on mounted filesys, find parent
467 * if result vnode is mounted on and crossing mount points,
498 mount_t mp; /* mount table entry */
794 * know it shouldn't trigger a mount.
1303 struct mount *mp = NULL;
H A Dvfs_cache.c379 * When a mount point is crossed switch the vp.
1508 /* Allocate mount list lock group attribute and group */
1513 /* Allocate mount list lock attribute */
1516 /* Allocate mount list lock */
1700 cache_purgevfs(struct mount *mp)
H A Dvfs_fsevents.c1825 // the mount point passed to us (so that it can be cleanly
1832 fsevent_unmount(__unused struct mount *mp)
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c67 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c76 * as a disk (e.g. build a filesystem in it, mount it, etc.).
98 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c373 * mp Holds the mount point. mp may or may not be busied.
428 struct mount *mp,
945 * did the mount, since the current user needs to be
1114 * (um) points to the union mount structure for access to the
1150 * the mount, group from parent directory, and mode
1171 * (um) points to the union mount structure for access to the
1251 * did the mount, since the current user needs to be

Completed in 344 milliseconds

12345