Home
last modified time | relevance | path

Searched refs:vnodeops (Results 1 – 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c126 VOPNAME_OPEN, offsetof(struct vnodeops, vop_open),
129 VOPNAME_CLOSE, offsetof(struct vnodeops, vop_close),
132 VOPNAME_READ, offsetof(struct vnodeops, vop_read),
135 VOPNAME_WRITE, offsetof(struct vnodeops, vop_write),
138 VOPNAME_IOCTL, offsetof(struct vnodeops, vop_ioctl),
141 VOPNAME_SETFL, offsetof(struct vnodeops, vop_setfl),
144 VOPNAME_GETATTR, offsetof(struct vnodeops, vop_getattr),
147 VOPNAME_SETATTR, offsetof(struct vnodeops, vop_setattr),
150 VOPNAME_ACCESS, offsetof(struct vnodeops, vop_access),
153 VOPNAME_LOOKUP, offsetof(struct vnodeops, vop_lookup),
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h371 extern struct vnodeops *devpts_getvnodeops(void);
372 extern struct vnodeops *devvt_getvnodeops(void);
527 struct vnodeops **vt_global_vops; /* global container for vop */
533 extern struct vnodeops *sdev_get_vop(struct sdev_node *);
543 extern struct vnodeops *sdev_vnodeops;
544 extern struct vnodeops *devpts_vnodeops;
545 extern struct vnodeops *devnet_vnodeops;
546 extern struct vnodeops *devipnet_vnodeops;
547 extern struct vnodeops *devvt_vnodeops;
549 extern struct vnodeops *devzvol_vnodeops;
H A Dpc_node.h106 extern struct vnodeops *pcfs_fvnodeops;
107 extern struct vnodeops *pcfs_dvnodeops;
H A Dswapnode.h49 extern struct vnodeops *swap_vnodeops;
H A Dbootfs_impl.h72 extern struct vnodeops *bootfs_vnodeops;
H A Dnamenode.h96 extern struct vnodeops *nm_vnodeops;
H A Dlofs_info.h120 extern struct vnodeops *lo_vnodeops;
H A Dmntdata.h106 extern struct vnodeops *mntvnodeops;
H A Dtmpnode.h151 extern struct vnodeops *tmp_vnodeops;
H A Dhsfs_impl.h88 extern struct vnodeops *hsfs_vnodeops;
H A Dfifonode.h160 extern struct vnodeops *fifo_vnodeops;
H A Dsnode.h151 struct vnodeops *spec_getvnodeops(void);
H A Dautofs.h258 extern struct vnodeops *auto_vnodeops;
H A Ddv_node.h193 extern struct vnodeops *dv_vnodeops;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c238 VOPNAME_OPEN, offsetof(struct vnodeops, vop_open),
241 VOPNAME_CLOSE, offsetof(struct vnodeops, vop_close),
244 VOPNAME_READ, offsetof(struct vnodeops, vop_read),
247 VOPNAME_WRITE, offsetof(struct vnodeops, vop_write),
250 VOPNAME_IOCTL, offsetof(struct vnodeops, vop_ioctl),
253 VOPNAME_SETFL, offsetof(struct vnodeops, vop_setfl),
256 VOPNAME_GETATTR, offsetof(struct vnodeops, vop_getattr),
259 VOPNAME_SETATTR, offsetof(struct vnodeops, vop_setattr),
262 VOPNAME_ACCESS, offsetof(struct vnodeops, vop_access),
265 VOPNAME_LOOKUP, offsetof(struct vnodeops, vop_lookup),
[all …]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c60 struct vnodeops *devpts_vnodeops;
62 struct vnodeops *
H A Dsdev_vtops.c64 struct vnodeops *devvt_vnodeops;
66 struct vnodeops *
H A Dsdev_plugin.c85 struct vnodeops *sdev_plugin_vnops;
93 struct vnodeops *sp_vnops; /* E */
852 struct vnodeops *
H A Dsdev_ipnetops.c44 struct vnodeops *devipnet_vnodeops;
H A Dsdev_netops.c44 struct vnodeops *devnet_vnodeops;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h85 extern struct vnodeops *smbfs_vnodeops;
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h196 struct vnodeops;
H A Ddnlc.h194 int dnlc_fs_purge1(struct vnodeops *);
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c56 struct vnodeops *door_vnodeops;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c413 struct vnodeops *zfs_dvnodeops;
414 struct vnodeops *zfs_fvnodeops;
415 struct vnodeops *zfs_symvnodeops;
416 struct vnodeops *zfs_xdvnodeops;
417 struct vnodeops *zfs_evnodeops;
418 struct vnodeops *zfs_sharevnodeops;

123