Searched refs:fs_operation_def (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h43 * used in the the fs_operation_def structures.
56 * File systems use arrays of fs_operation_def structures to form
62 typedef struct fs_operation_def { struct
76 * (arrays of fs_operation_def structures). These routines use the master
101 int vn_make_ops(const char *, const struct fs_operation_def *,
H A Dfem.h47 struct fs_operation_def; /* from vfs.h */
274 const struct fs_operation_def *templ;
298 const struct fs_operation_def *templ;
421 extern int fem_create(char *name, const struct fs_operation_def *templ,
432 extern int fsem_create(char *name, const struct fs_operation_def *templ,
H A Dsocketvar.h876 extern const struct fs_operation_def socket_vnodeops_template[];
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h43 * used in the the fs_operation_def structures.
56 * File systems use arrays of fs_operation_def structures to form
62 typedef struct fs_operation_def { struct
76 * (arrays of fs_operation_def structures). These routines use the master
101 int vn_make_ops(const char *, const struct fs_operation_def *,
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dnamenode.h93 extern const struct fs_operation_def nm_vnodeops_template[];
H A Dpc_node.h110 extern const struct fs_operation_def pcfs_fvnodeops_template[];
111 extern const struct fs_operation_def pcfs_dvnodeops_template[];
H A Dlofs_info.h118 extern const struct fs_operation_def lo_vnodeops_template[];
H A Dhsfs_impl.h87 extern const struct fs_operation_def hsfs_vnodeops_template[];
H A Dtmpnode.h152 extern const struct fs_operation_def tmp_vnodeops_template[];
H A Dfifonode.h161 extern const struct fs_operation_def fifo_vnodeops_template[];
H A Dautofs.h259 extern const struct fs_operation_def auto_vnodeops_template[];
H A Ddv_node.h194 extern const struct fs_operation_def dv_vnodeops_template[];
H A Dufs_inode.h490 extern const struct fs_operation_def ufs_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h84 extern const struct fs_operation_def smbfs_vnodeops_template[];
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1353 extern const struct fs_operation_def nfs4_vnodeops_template[];
1355 extern const struct fs_operation_def nfs4_trigger_vnodeops_template[];
H A Dnfs.h968 extern const struct fs_operation_def nfs_vnodeops_template[];
2286 extern const struct fs_operation_def nfs3_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c135 static struct fs_operation_def fem_guard_ops[] = {
205 static struct fs_operation_def fsem_guard_ops[] = {
1958 static struct fs_operation_def fhead_vn_spec[] = {
2013 static struct fs_operation_def fshead_vfs_spec[] = {
3268 fem_create(char *name, const struct fs_operation_def *templ,
3395 fsem_create(char *name, const struct fs_operation_def *templ,
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c292 (const struct fs_operation_def *)port_vnodesrc_template,

Completed in 172 milliseconds