Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h367 extern struct vnodeops *devpts_getvnodeops(void);
368 extern struct vnodeops *devvt_getvnodeops(void);
518 extern struct vnodeops *sdev_vnodeops;
519 extern struct vnodeops *devpts_vnodeops;
520 extern struct vnodeops *devnet_vnodeops;
521 extern struct vnodeops *devipnet_vnodeops;
522 extern struct vnodeops *devvt_vnodeops;
524 extern struct vnodeops *devzvol_vnodeops;
H A Dpc_node.h106 extern struct vnodeops *pcfs_fvnodeops;
107 extern struct vnodeops *pcfs_dvnodeops;
H A Dswapnode.h51 extern struct vnodeops *swap_vnodeops;
H A Dnamenode.h92 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.h153 struct vnodeops *spec_getvnodeops(void);
H A Dautofs.h258 extern struct vnodeops *auto_vnodeops;
H A Ddv_node.h193 extern struct vnodeops *dv_vnodeops;
/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c229 VOPNAME_OPEN, offsetof(struct vnodeops, vop_open),
232 VOPNAME_CLOSE, offsetof(struct vnodeops, vop_close),
235 VOPNAME_READ, offsetof(struct vnodeops, vop_read),
238 VOPNAME_WRITE, offsetof(struct vnodeops, vop_write),
241 VOPNAME_IOCTL, offsetof(struct vnodeops, vop_ioctl),
244 VOPNAME_SETFL, offsetof(struct vnodeops, vop_setfl),
247 VOPNAME_GETATTR, offsetof(struct vnodeops, vop_getattr),
250 VOPNAME_SETATTR, offsetof(struct vnodeops, vop_setattr),
253 VOPNAME_ACCESS, offsetof(struct vnodeops, vop_access),
256 VOPNAME_LOOKUP, offsetof(struct vnodeops, vop_lookup),
[all …]
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h85 extern struct vnodeops *smbfs_vnodeops;
/titanic_44/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_ipnetops.c44 struct vnodeops *devipnet_vnodeops;
H A Dsdev_netops.c44 struct vnodeops *devnet_vnodeops;
/titanic_44/usr/src/uts/common/sys/
H A Dfile.h178 struct vnodeops;
H A Ddnlc.h189 int dnlc_fs_purge1(struct vnodeops *);
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_module.c234 extern struct vnodeops *cachefs_vnodeops; in cachefs_fini()
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c55 struct vnodeops *door_vnodeops;
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c381 struct vnodeops *zfs_dvnodeops;
382 struct vnodeops *zfs_fvnodeops;
383 struct vnodeops *zfs_symvnodeops;
384 struct vnodeops *zfs_xdvnodeops;
385 struct vnodeops *zfs_evnodeops;
386 struct vnodeops *zfs_sharevnodeops;
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c118 static struct vnodeops *autofs_vnops_ptr;
418 struct vnodeops *autofs_vnops = NULL; in mdb_autonode2path()
1203 autofs_vnops_ptr = (struct vnodeops *)(uintptr_t)sym.st_value; in update_vars()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprdata.h272 extern struct vnodeops *prvnodeops;

123