Symbol: vop_write_args
sys/kern/vfs_default.c
1291
vop_stdnowrite(struct vop_write_args *ap)
sys/kern/vfs_jops.c
829
journal_write(struct vop_write_args *ap)
sys/kern/vfs_jops.c
96
static int journal_write(struct vop_write_args *ap);
sys/kern/vfs_vopops.c
1869
vop_write_ap(struct vop_write_args *ap)
sys/kern/vfs_vopops.c
454
struct vop_write_args ap;
sys/sys/vfsops.h
625
int (*vop_write)(struct vop_write_args *);
sys/sys/vfsops.h
709
struct vop_write_args vu_write;
sys/sys/vfsops.h
916
int vop_write_ap(struct vop_write_args *ap);
sys/sys/vnode.h
535
int vop_stdnowrite(struct vop_write_args *ap);
sys/vfs/deadfs/dead_vnops.c
160
dead_write(struct vop_write_args *ap)
sys/vfs/deadfs/dead_vnops.c
53
static int dead_write (struct vop_write_args *);
sys/vfs/devfs/devfs_vnops.c
1730
devfs_spec_write(struct vop_write_args *ap)
sys/vfs/devfs/devfs_vnops.c
99
static int devfs_spec_write(struct vop_write_args *);
sys/vfs/dirfs/dirfs_vnops.c
667
dirfs_write (struct vop_write_args *ap)
sys/vfs/ext2fs/ext2_vnops.c
1448
ext2fifo_write(struct vop_write_args *ap)
sys/vfs/ext2fs/ext2_vnops.c
1935
ext2_write(struct vop_write_args *ap)
sys/vfs/fifofs/fifo_vnops.c
404
fifo_write(struct vop_write_args *ap)
sys/vfs/fifofs/fifo_vnops.c
71
static int fifo_write (struct vop_write_args *);
sys/vfs/fuse/fuse.h
175
int fuse_write(struct vop_write_args*);
sys/vfs/fuse/fuse.h
176
int fuse_dio_write(struct vop_write_args*);
sys/vfs/fuse/fuse_vnops.c
1429
fuse_vop_write(struct vop_write_args *ap)
sys/vfs/hammer/hammer_vnops.c
3501
hammer_vop_fifowrite (struct vop_write_args *ap)
sys/vfs/hammer/hammer_vnops.c
47
static int hammer_vop_write(struct vop_write_args *);
sys/vfs/hammer/hammer_vnops.c
495
hammer_vop_write(struct vop_write_args *ap)
sys/vfs/hammer/hammer_vnops.c
77
static int hammer_vop_fifowrite (struct vop_write_args *);
sys/vfs/hammer2/hammer2_vnops.c
828
hammer2_vop_write(struct vop_write_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
357
hpfs_write(struct vop_write_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
79
static int hpfs_write (struct vop_write_args *ap);
sys/vfs/msdosfs/msdosfs_vnops.c
565
msdosfs_write(struct vop_write_args *ap)
sys/vfs/nfs/nfs_bio.c
497
nfs_write(struct vop_write_args *ap)
sys/vfs/nfs/nfs_vnops.c
3683
nfsfifo_write(struct vop_write_args *ap)
sys/vfs/nfs/nfs_vnops.c
91
static int nfsfifo_write (struct vop_write_args *);
sys/vfs/nfs/nfsnode.h
218
int nfs_write (struct vop_write_args *);
sys/vfs/ntfs/ntfs_vnops.c
351
ntfs_write(struct vop_write_args *ap)
sys/vfs/ntfs/ntfs_vnops.c
73
static int ntfs_write (struct vop_write_args *ap);
sys/vfs/smbfs/smbfs_vnops.c
439
smbfs_write(struct vop_write_args *ap)
sys/vfs/smbfs/smbfs_vnops.c
73
static int smbfs_write(struct vop_write_args *);
sys/vfs/tmpfs/tmpfs_vnops.c
666
tmpfs_write(struct vop_write_args *ap)
sys/vfs/ufs/ffs_vnops.c
65
static int ffs_write (struct vop_write_args *);
sys/vfs/ufs/ufs_readwrite.c
209
ffs_write(struct vop_write_args *ap)
sys/vfs/ufs/ufs_vnops.c
107
static int ufsfifo_write (struct vop_write_args *);
sys/vfs/ufs/ufs_vnops.c
1859
ufsfifo_write(struct vop_write_args *ap)
usr.sbin/makefs/hammer2/hammer2_compat.h
421
int (*vop_write)(struct vop_write_args *);
usr.sbin/makefs/hammer2/hammer2_vnops.c
1071
struct vop_write_args ap = {
usr.sbin/makefs/hammer2/hammer2_vnops.c
976
hammer2_vop_write(struct vop_write_args *ap)