Home
last modified time | relevance | path

Searched refs:fs_operation_def (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs_opreg.h62 typedef struct fs_operation_def { struct
101 int vn_make_ops(const char *, const struct fs_operation_def *,
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h62 typedef struct fs_operation_def { struct
101 int vn_make_ops(const char *, const struct fs_operation_def *,
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h60 typedef struct fs_operation_def { struct
99 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.h883 extern const struct fs_operation_def socket_vnodeops_template[];
/illumos-gate/usr/src/uts/common/sys/fs/
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 Dnamenode.h97 extern const struct fs_operation_def nm_vnodeops_template[];
H A Dlofs_info.h118 extern const struct fs_operation_def lo_vnodeops_template[];
H A Dtmpnode.h152 extern const struct fs_operation_def tmp_vnodeops_template[];
H A Dhsfs_impl.h87 extern const struct fs_operation_def hsfs_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.h1498 extern const struct fs_operation_def nfs4_vnodeops_template[];
1500 extern const struct fs_operation_def nfs4_trigger_vnodeops_template[];
H A Dnfs.h1045 extern const struct fs_operation_def nfs_vnodeops_template[];
2366 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[] = {
1962 static struct fs_operation_def fhead_vn_spec[] = {
2017 static struct fs_operation_def fshead_vfs_spec[] = {
3273 fem_create(char *name, const struct fs_operation_def *templ, in fem_create()
3400 fsem_create(char *name, const struct fs_operation_def *templ, in fsem_create()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c293 (const struct fs_operation_def *)port_vnodesrc_template, in port_fop_femop()