Searched refs:mount (Results 51 - 75 of 106) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c208 int synthfs_new_directory(struct mount *mp, struct vnode *dp, const char *name, unsigned long nodeid, mode_t mode, struct proc *p, struct vnode **vpp) {
253 struct mount *mp,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A DMakefile42 mbuf.h mman.h mount.h msg.h msgbuf.h mtio.h netport.h param.h paths.h pipe.h poll.h \
78 mman.h mbuf.h mount.h mtio.h netport.h param.h paths.h \
H A Dvnode.h210 struct mount * vnfs_mp; /* mount point to which this vnode_t is part of */
611 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
652 int vnode_iterate(struct mount *, int, int (*)(struct vnode *, void *), void *);
H A Dvnode_internal.h116 TAILQ_ENTRY(vnode) v_mntvnodes; /* vnodes for mount point */
133 struct mount *vu_mountedhere;/* ptr to mounted vfs (VDIR) */
209 #define VNAMED_MOUNT 0x4000 /* mount point named reference */
222 #define VMOUNT 0x000080 /* mount operation in progress */
H A Dproc_info.h36 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c74 * value cached in the device node; a union mount on top of us causes
126 static struct mount *devfs_hidden_mount;
165 MALLOC(devfs_hidden_mount, struct mount *, sizeof(struct mount),
167 bzero(devfs_hidden_mount,sizeof(struct mount));
369 /* inherrit our parent's mount info */ /*XXX*/
478 * on the mount plane we are looking at, if so, just return it.
771 * mount point given as the argument. Do this by
843 * mount information
852 * note that this time we don't pass on the mount inf
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c593 struct mount *mp=vp->v_mount;
764 struct mount *mp=vp->v_mount;
859 struct mount *mp=vp->v_mount;
1099 struct mount *mp=vp->v_mount;
1236 struct mount *mp=vp->v_mount;
1336 struct mount *mp=vp->v_mount;
1457 struct mount *mp=vp->v_mount;
1523 struct mount *mp=vp->v_mount;
H A Dffs_balloc.c117 struct mount *mp=vp->v_mount;
291 * Write synchronously conditional on mount flags.
342 * Write synchronously conditional on mount flags.
482 struct mount *mp=vp->v_mount;
564 * Write synchronously conditional on mount flags.
615 * Write synchronously conditional on mount flags.
H A Dffs_inode.c118 struct mount *mp=(vp)->v_mount;
470 struct mount *mp=vp->v_mount;
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_util.c77 #include <sys/mount.h>
H A Dcd9660_lookup.c75 #include <sys/mount.h>
H A Dcd9660_node.c79 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_lookup.c562 struct mount *mp;
682 struct mount *mp=dvp->v_mount;
820 struct mount *mp=dvp->v_mount;
942 struct mount *mp=vp->v_mount;
H A Dufs_bmap.c122 struct mount *mp;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c142 void enablequotas(struct mount *mp, vfs_context_t ctx);
147 static int munge_statfs(struct mount *mp, struct vfsstatfs *sfsp,
150 static int statfs64_common(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp);
190 * incremented each time a mount or unmount operation occurs
192 * mount structure utilized by cache_lookup_path
196 /* counts number of mount and unmount operations */
212 mount(proc_t p, struct mount_args *uap, __unused register_t *retval) function
233 struct mount *mp;
299 * Only root, or the user that did the original mount is
315 * and MNT_NOEXEC if mount poin
[all...]
H A Dvfs_subr.c473 * called with mount lock held
499 /* called with mount lock held */
505 /* add the remaining entries in workerq to the end of mount vnode list */
510 /* Joining the workerque entities to mount vnode list */
520 /* add the newvnodes to the head of mount vnode list */
733 /* mount iterations drained */
746 /* always called with mount lock held */
767 * Mark a mount point as busy. Used to synchronize access and to delay
805 * until we are granted the rwlock, it's possible for the mount point to
842 FREE_ZONE(mp, sizeof(struct mount), M_MOUN
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c80 #include <sys/mount.h>
85 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h44 #include <sys/mount.h>
123 /* This structure describes the HFS specific mount structure data. */
135 struct mount *hfs_mp; /* filesystem vfs structure */
349 /* HFS mount point flags */
364 /* When set, do not update nextAllocation in the mount structure */
377 /* Macro to update next allocation block in the HFS mount structure. If
403 * attribute only if the HFS_FOLDERCOUNT bit is set in the mount flags
457 * Various ways to acquire a VFS mount point pointer:
464 * Various ways to acquire an HFS mount point pointer:
H A Dhfs_lookup.c77 #include <sys/mount.h>
H A Dhfs_attrlist.c426 mountpointname(struct mount *mp)
521 struct mount *mp = HFSTOVFS(hfsmp);
972 struct mount *mp, kauth_cred_t cred, __unused struct proc *p)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_malloc.c150 "mount", /* 20 M_MOUNT */
154 "NFS mount", /* 23 M_NFSMNT */
169 "UFS mount", /* 28 M_UFSMNT */
216 "ISOFS mount", /* 57 M_ISOFSMNT */
231 "MSDOSFS mount",/* 62 M_MSDOSFSMNT */
236 "miscfs mount", /* 67 M_MISCFSMNT */
238 "adosfs mount", /* 69 M_ADOSFSMNT */
245 "HFS mount", /* 75 M_HFSMNT */
253 "ZFS mount", /* 78 M_ZFSFSMNT */
260 "UDF mount", /* 8
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c45 #include <sys/mount.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c98 struct mount *mp;
104 * back across the mount point, in which case do what
105 * lookup would do by stepping back down the mount
129 * Lastly check if the current node is a mount point in
130 * which case walk up the mount hierarchy making sure not to
131 * bump into the root of the mount tree (ie. dvp != udvp).
451 struct mount *mp;
523 struct mount *mp;
1101 /* Would need to drain for above,below mount and faulin does not enter this path */
H A Dunion_vfsops.c172 * same as providing a mount under option to the mount syscall.
211 * Unless the mount is readonly, ensure that the top layer
249 * mount of the underlying filesystem to go from rdonly to rdwr
310 union_start(__unused struct mount *mp, __unused int flags, __unused vfs_context_t context)
350 * Keep flushing vnodes from the mount list.
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c72 #include <sys/mount.h>

Completed in 210 milliseconds

12345