Searched refs:mount (Results 26 - 50 of 106) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.h85 mode_t obj_mode, struct mount *mp,
H A Dhfs_quota.c70 #include <sys/mount.h>
476 struct mount *mp;
528 * Search vnodes associated with this mount point,
533 * 'write' (VNODE_WRITEABLE) hung off of this mount point
582 hfs_quotaoff(__unused struct proc *p, struct mount *mp, register int type)
608 * Search vnodes associated with this mount point,
612 * hung off of this mount point
651 struct mount *mp;
677 struct mount *mp;
739 struct mount *m
[all...]
H A Dhfs_vfsops.c122 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
125 static int hfs_changefs(struct mount *mp, struct hfs_mount_args *args);
126 static int hfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, vfs_context_t context);
127 static int hfs_flushfiles(struct mount *, int, struct proc *);
131 static int hfs_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context);
132 static int hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args, int journal_replay_only, vfs_context_t context);
133 static int hfs_reload(struct mount *mp);
134 static int hfs_vfs_root(struct mount *mp, struct vnode **vpp, vfs_context_t context);
135 static int hfs_quotactl(struct mount *, int, uid_t, caddr_t, vfs_context_t context);
136 static int hfs_start(struct mount *m
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_init.c278 /* vars for mount lock */
283 /* vars for mount list lock */
289 struct mount * dead_mountp;
298 struct mount * mp;
330 /* Allocate mount point related lock structures */
332 /* Allocate mount list lock group attribute and group */
335 mnt_list_lck_grp = lck_grp_alloc_init("mount list", mnt_list_lck_grp_attr);
337 /* Allocate mount list lock attribute */
340 /* Allocate mount list lock */
344 /* allocate mount loc
[all...]
H A Dvfs_fslog.c36 #include <sys/mount.h>
333 * the file system. It takes the VFS mount structure as
334 * parameter which is used to access the mount point of the
335 * corrupt volume. If no mount structure or mount point string
341 void fslog_fs_corrupt(struct mount *mnt)
432 /* Print device node, mount point, path */
445 /* Print device node and mount point */
H A Dvfs_conf.c78 struct mount *rootfs;
H A Dvfs_support.h54 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h130 struct devfsmount * dn_dvm; /* the mount structure for this 'plane' */
177 * DEVFS specific per/mount information, used to link a monted fs to a
182 struct mount * mount; /* vfs mount struct for this fs */ member in struct:devfsmount
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs_subr.c33 #include <sys/mount.h>
46 vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp,
H A Dmac_sysv_sem.c68 #include <sys/mount.h>
H A Dmac_sysv_shm.c70 #include <sys/mount.h>
H A Dmac_policy.h98 struct mount;
567 @param fullpath Path relative to mount (e.g. /dev) of new device file
585 @param fullpath Path relative to mount (e.g. /dev) of new directory
634 @param mp Devfs mount point
645 struct mount *mp,
1612 @param mp The mount point
1613 @param label Label associated with the mount point
1629 struct mount *mp,
1636 @param mp The mount structure of the file system
1649 struct mount *m
[all...]
H A Dmac_sysv_msg.c69 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_bmap.c72 #include <sys/mount.h>
H A Dcd9660_vfsops.c73 #include <sys/mount.h>
148 * Name is updated by mount(8) after booting.
152 static int iso_mountfs(struct vnode *devvp, struct mount *mp, struct user_iso_args *argp,
184 * mount system call
237 * mount point's device. We use this physical device to read whole
263 /* Make a copy of the mount from name, then remove trailing "s...". */
344 * Common code for mount and mountroot
347 iso_mountfs(struct vnode *devvp, struct mount *mp, struct user_iso_args *argp,
415 * mount the disc.
697 cd9660_start(__unused struct mount *m
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfsevents.h145 void fsevent_unmount(struct mount *mp);
H A Dnamei.h85 #include <sys/mount.h>
142 #define NOCROSSMOUNT 0x00000100 /* do not cross mount points */
165 #define CN_NBMOUNTLOOK 0x20000000 /* do not block for cross mount lookups */
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_quota.c452 struct mount *mp;
501 * Search vnodes associated with this mount point,
506 * 'write' (VNODE_WRITEABLE) hung off of this mount point
554 quotaoff(struct mount *mp, register int type)
580 * Search vnodes associated with this mount point,
584 * hung off of this mount point
619 struct mount *mp;
644 struct mount *mp;
706 struct mount *mp;
775 struct mount *m
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_support.c65 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile111 mount.2 \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmcount.s62 cmplw r5,r6 ; is mount off
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h76 int mntflags; /* Options on the mount */
79 #define UNMNT_ABOVE 0x0001 /* Target appears above mount point */
80 #define UNMNT_BELOW 0x0002 /* Target appears below mount point */
81 #define UNMNT_REPLACE 0x0003 /* Target replaces mount point */
96 kauth_cred_t um_cred; /* Credentials of user calling mount */
97 int um_cmode; /* cmask from mount process */
120 int mntflags; /* Options on the mount */
190 extern int union_allocvp(struct vnode **, struct mount *,
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_subr.c102 struct mount *mp = vnode_mount(vp);
H A Dffs_vfsops.c74 #include <sys/mount.h>
160 * mount system call
163 ffs_mount(struct mount *mp, vnode_t devvp, __unused user_addr_t data, vfs_context_t context)
214 * and then tries to mount -uw without fscking
217 printf("WARNING: trying to mount a dirty file system\n");
219 printf("WARNING: R/W mount of %s denied. Filesystem is not clean - run fsck\n",fs->fs_fsmnt);
321 * Things to do to update the mount:
329 ffs_reload(struct mount *mountp, kauth_cred_t cred, struct proc *p)
450 * hung off of this mount point that can't be recycled...
461 * Common code for mount an
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.h32 #include <sys/mount.h>

Completed in 143 milliseconds

12345