fs_operation_def
static struct fs_operation_def fem_guard_ops[] = {
static struct fs_operation_def fhead_vn_spec[] = {
static struct fs_operation_def fshead_vfs_spec[] = {
static struct fs_operation_def fsem_guard_ops[] = {
fem_create(char *name, const struct fs_operation_def *templ,
fsem_create(char *name, const struct fs_operation_def *templ,
(const struct fs_operation_def *)port_vnodesrc_template,
extern const struct fs_operation_def smbfs_vnodeops_template[];
extern const struct fs_operation_def nfs_vnodeops_template[];
extern const struct fs_operation_def nfs3_vnodeops_template[];
extern const struct fs_operation_def nfs4_vnodeops_template[];
extern const struct fs_operation_def nfs4_trigger_vnodeops_template[];
const struct fs_operation_def *templ;
const struct fs_operation_def *templ;
extern int fem_create(char *name, const struct fs_operation_def *templ,
extern int fsem_create(char *name, const struct fs_operation_def *templ,
struct fs_operation_def; /* from vfs.h */
extern const struct fs_operation_def auto_vnodeops_template[];
extern const struct fs_operation_def dv_vnodeops_template[];
extern const struct fs_operation_def fifo_vnodeops_template[];
extern const struct fs_operation_def hsfs_vnodeops_template[];
extern const struct fs_operation_def lo_vnodeops_template[];
extern const struct fs_operation_def nm_vnodeops_template[];
extern const struct fs_operation_def pcfs_fvnodeops_template[];
extern const struct fs_operation_def pcfs_dvnodeops_template[];
extern const struct fs_operation_def tmp_vnodeops_template[];
extern const struct fs_operation_def ufs_vnodeops_template[];
extern const struct fs_operation_def socket_vnodeops_template[];
int vn_make_ops(const char *, const struct fs_operation_def *,