Lines Matching defs:operations
395 /* Set up the operations vector. */
409 cmn_err(CE_WARN, "vfs_setfsops: %s: %d operations supplied "
475 /* Set the operations vector for a vfs */
493 /* Retrieve the operations vector for a vfs */
1541 * and unmount operations that might be going on simultaneously and
3144 * and unmount operations don't have to slog through
4475 * Generic operations vector support.
4477 * This is used to build operations vectors for both the vfs and vnode.
4482 * (1) scan the list of known operations; for each, see if the file system
4485 * (2) set up defaults for all known operations. scan the list of ops
4502 const fs_operation_def_t *operations)
4508 * operations.
4523 for (num_ops = 0, p = operations;
4548 if (strcmp(operations[j].name, curname) == 0) {
4563 result = operations[j].func.fs_generic;
4576 /* Now store the function into the operations vector. */