Lines Matching refs:operations
42 * feature so that we can have strong typechecking for the operations
49 VFS_OPS; /* Signatures of all vfs operations (vfsops) */
50 VNODE_OPS; /* Signatures of all vnode operations (vops) */
51 FEM_OPS; /* Signatures of all FEM operations (femops) */
57 * name/value pairs of operations. These arrays get passed to:
68 * The operation registration mechanism uses two master tables of operations:
69 * one for vnode operations (vn_ops_table[]) and one for vfs operations
72 * to populate an operations structure (e.g., vnodeops, vfsops).
75 * and vn_make_ops()) and pass in their operations specification tables
77 * table(s) of operations to build a vnodeops or vfsops structure.
87 * Generic operations vector types (used for vfs/vnode ops registration).
95 const fs_operation_def_t *operations);
98 * Public operations.