Lines Matching defs:from

36  * University Acknowledgment- Portions of this document are derived from
313 * File system initialization. vfs_setfsops() must be called from a file
836 * knows where to start from ('/' or '.').
1088 * Common mount code. Called from the system call entry point, from autofs,
1089 * nfsv4 trigger mounts, and from pxfs.
1097 * be null, in which case it's determined from the mount arguments, and may
1098 * differ from the type specified in the mount arguments; this is a hook to
1299 * Pick up mount point and device from appropriate space.
1329 * Kludge to prevent autofs from deadlocking with
1388 * Prevent path name resolution from proceeding past
2186 * Result now has a copy of the c1 entries from mop1; we'll
3158 * Called to remove an entry from the mount in progress list
3224 * Remove a vfs from the vfs list, null out the pointer from the
3226 * from the vfs to the covered vnode (vfs_vnodecovered). Release the
3229 * Called from dounmount after it's confirmed with the file system
3249 * Unhook from the file system name space.
3332 * 2. To release the reference from the locking routines like
3350 * There's nothing to prevent an individual fs from constructing its
3440 * Low level worker routines for adding entries to and removing entries from
3498 * Remove from hash.
3640 * Remove from hash.
3645 * Remove from vfs list.
3652 * Remove from zone-specific vfs list.
3767 * the entire loop use vfs_zone_next if the call is from
4075 * lowest count we have seen so far, we give up and return from vfs_syncall().
4213 * Called from startup() to initialize all loaded vfs's
4327 * also called from vfs_rele() with a vfs_count of 0. We can't
4328 * call VFS_RELE() from domount() if VFS_MOUNT() hasn't successfully
4332 * aren't fully initialized from a successful VFS_MOUNT()).
4646 * Init the root filesystem type (rootfs.bo_fstype) from the "fstype"
4775 * Propagate feature set from one vfs to another
4778 vfs_propagate_features(vfs_t *from, vfs_t *to)
4782 if (to->vfs_implp == NULL || from->vfs_implp == NULL)
4786 to->vfs_featureset[i] = from->vfs_featureset[i];