Lines Matching defs:ops

152 #define DO_OPS(ops, error, ap, vop_field)	\  argument
173 vop_old_lookup(struct vop_ops *ops, struct vnode *dvp, in vop_old_lookup()
196 vop_old_create(struct vop_ops *ops, struct vnode *dvp, in vop_old_create()
221 vop_old_whiteout(struct vop_ops *ops, struct vnode *dvp, in vop_old_whiteout()
245 vop_old_mknod(struct vop_ops *ops, struct vnode *dvp, in vop_old_mknod()
270 vop_open(struct vop_ops *ops, struct vnode *vp, int mode, struct ucred *cred, in vop_open()
305 vop_close(struct vop_ops *ops, struct vnode *vp, int fflag, struct file *fp) in vop_close()
328 vop_access(struct vop_ops *ops, struct vnode *vp, int mode, int flags, in vop_access()
353 vop_getattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap, in vop_getattr()
377 vop_getattr_lite(struct vop_ops *ops, struct vnode *vp, struct vattr_lite *lvap) in vop_getattr_lite()
400 vop_setattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap, in vop_setattr()
425 vop_read(struct vop_ops *ops, struct vnode *vp, struct uio *uio, int ioflag, in vop_read()
451 vop_write(struct vop_ops *ops, struct vnode *vp, struct uio *uio, int ioflag, in vop_write()
508 vop_ioctl(struct vop_ops *ops, struct vnode *vp, u_long command, caddr_t data, in vop_ioctl()
535 vop_poll(struct vop_ops *ops, struct vnode *vp, int events, struct ucred *cred) in vop_poll()
558 vop_kqfilter(struct vop_ops *ops, struct vnode *vp, struct knote *kn) in vop_kqfilter()
580 vop_mmap(struct vop_ops *ops, struct vnode *vp, int fflags, struct ucred *cred) in vop_mmap()
603 vop_fsync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags, in vop_fsync()
628 vop_fdatasync(struct vop_ops *ops, struct vnode *vp, int waitfor, int flags, in vop_fdatasync()
653 vop_old_remove(struct vop_ops *ops, struct vnode *dvp, in vop_old_remove()
677 vop_old_link(struct vop_ops *ops, struct vnode *tdvp, in vop_old_link()
701 vop_old_rename(struct vop_ops *ops, in vop_old_rename()
729 vop_old_mkdir(struct vop_ops *ops, struct vnode *dvp, in vop_old_mkdir()
754 vop_old_rmdir(struct vop_ops *ops, struct vnode *dvp, in vop_old_rmdir()
778 vop_old_symlink(struct vop_ops *ops, struct vnode *dvp, in vop_old_symlink()
805 vop_readdir(struct vop_ops *ops, struct vnode *vp, struct uio *uio, in vop_readdir()
834 vop_readlink(struct vop_ops *ops, struct vnode *vp, struct uio *uio, in vop_readlink()
858 vop_inactive(struct vop_ops *ops, struct vnode *vp) in vop_inactive()
885 vop_reclaim(struct vop_ops *ops, struct vnode *vp) in vop_reclaim()
911 vop_bmap(struct vop_ops *ops, struct vnode *vp, off_t loffset, in vop_bmap()
939 vop_strategy(struct vop_ops *ops, struct vnode *vp, struct bio *bio) in vop_strategy()
967 vop_print(struct vop_ops *ops, struct vnode *vp) in vop_print()
988 vop_pathconf(struct vop_ops *ops, struct vnode *vp, int name, in vop_pathconf()
1012 vop_advlock(struct vop_ops *ops, struct vnode *vp, caddr_t id, int op, in vop_advlock()
1038 vop_balloc(struct vop_ops *ops, struct vnode *vp, off_t startoffset, in vop_balloc()
1066 vop_reallocblks(struct vop_ops *ops, struct vnode *vp, in vop_reallocblks()
1089 vop_getpages(struct vop_ops *ops, struct vnode *vp, vm_page_t *m, int count, in vop_getpages()
1116 vop_putpages(struct vop_ops *ops, struct vnode *vp, vm_page_t *m, int count, in vop_putpages()
1143 vop_freeblks(struct vop_ops *ops, struct vnode *vp, off_t offset, int length) in vop_freeblks()
1166 vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type, in vop_getacl()
1191 vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type, in vop_setacl()
1216 vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type, in vop_aclcheck()
1241 vop_getextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace, in vop_getextattr()
1267 vop_setextattr(struct vop_ops *ops, struct vnode *vp, int attrnamespace, in vop_setextattr()
1293 vop_mountctl(struct vop_ops *ops, struct vnode *vp, int op, struct file *fp, in vop_mountctl()
1321 vop_markatime(struct vop_ops *ops, struct vnode *vp, struct ucred *cred) in vop_markatime()
1343 vop_allocate(struct vop_ops *ops, struct vnode *vp, off_t offset, off_t len) in vop_allocate()
1374 vop_nresolve(struct vop_ops *ops, struct nchandle *nch, in vop_nresolve()
1402 vop_nlookupdotdot(struct vop_ops *ops, struct vnode *dvp, in vop_nlookupdotdot()
1436 vop_ncreate(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_ncreate()
1471 vop_nmkdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nmkdir()
1506 vop_nmknod(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nmknod()
1542 vop_nlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nlink()
1577 vop_nsymlink(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nsymlink()
1613 vop_nwhiteout(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nwhiteout()
1646 vop_nremove(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nremove()
1686 vop_nrmdir(struct vop_ops *ops, struct nchandle *nch, struct vnode *dvp, in vop_nrmdir()
1721 vop_nrename(struct vop_ops *ops, in vop_nrename()
1760 struct vop_ops *ops; in vop_vnoperate_ap() local
1777 struct vop_ops *ops; in vop_cache_operate_ap() local
1796 struct vop_ops *ops; in vop_journal_operate_ap() local