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

123

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dswapnode.h51 extern struct vnodeops *swap_vnodeops;
H A Dnamenode.h92 extern struct vnodeops *nm_vnodeops;
H A Dpc_node.h106 extern struct vnodeops *pcfs_fvnodeops;
107 extern struct vnodeops *pcfs_dvnodeops;
H A Dsdev_impl.h370 extern struct vnodeops *devpts_getvnodeops(void);
371 extern struct vnodeops *devvt_getvnodeops(void);
440 * vnodeops and vfsops helpers
522 extern struct vnodeops *sdev_vnodeops;
523 extern struct vnodeops *devpts_vnodeops;
524 extern struct vnodeops *devnet_vnodeops;
525 extern struct vnodeops *devipnet_vnodeops;
526 extern struct vnodeops *devvt_vnodeops;
528 extern struct vnodeops *devzvol_vnodeops;
H A Dlofs_info.h120 extern struct vnodeops *lo_vnodeops;
H A Dmntdata.h106 extern struct vnodeops *mntvnodeops;
H A Dbootfs_impl.h72 extern struct vnodeops *bootfs_vnodeops;
H A Dhsfs_impl.h88 extern struct vnodeops *hsfs_vnodeops;
H A Dtmpnode.h151 extern struct vnodeops *tmp_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;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c230 VOPNAME_OPEN, offsetof(struct vnodeops, vop_open),
233 VOPNAME_CLOSE, offsetof(struct vnodeops, vop_close),
236 VOPNAME_READ, offsetof(struct vnodeops, vop_read),
239 VOPNAME_WRITE, offsetof(struct vnodeops, vop_write),
242 VOPNAME_IOCTL, offsetof(struct vnodeops, vop_ioctl),
245 VOPNAME_SETFL, offsetof(struct vnodeops, vop_setfl),
248 VOPNAME_GETATTR, offsetof(struct vnodeops, vop_getattr),
251 VOPNAME_SETATTR, offsetof(struct vnodeops, vop_setattr),
254 VOPNAME_ACCESS, offsetof(struct vnodeops, vop_access),
257 VOPNAME_LOOKUP, offsetof(struct vnodeops, vop_looku
2868 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) argument
2915 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) argument
[all...]
/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.h198 struct vnodeops;
H A Ddnlc.h189 int dnlc_fs_purge1(struct vnodeops *);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c60 struct vnodeops *devpts_vnodeops;
62 struct vnodeops *
277 * where we check if the underlying node has the /dev/pts 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;
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c55 struct vnodeops *door_vnodeops;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h273 extern struct vnodeops *prvnodeops;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c379 struct vnodeops *zfs_dvnodeops;
380 struct vnodeops *zfs_fvnodeops;
381 struct vnodeops *zfs_symvnodeops;
382 struct vnodeops *zfs_xdvnodeops;
383 struct vnodeops *zfs_evnodeops;
384 struct vnodeops *zfs_sharevnodeops;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c114 * This will be the location of the vnodeops pointer for "autofs_vnodeops"
116 * of the vnodeops structure for autofs.
118 static struct vnodeops *autofs_vnops_ptr;
418 struct vnodeops *autofs_vnops = NULL;
421 * "autofs_vnops_ptr" is the address of the pointer to the vnodeops
1203 autofs_vnops_ptr = (struct vnodeops *)(uintptr_t)sym.st_value;

Completed in 109 milliseconds

123