Symbol: vop_inactive_args
sys/kern/vfs_sync.c
621
static int sync_inactive(struct vop_inactive_args *);
sys/kern/vfs_sync.c
752
sync_inactive(struct vop_inactive_args *ap)
sys/kern/vfs_vopops.c
1950
vop_inactive_ap(struct vop_inactive_args *ap)
sys/kern/vfs_vopops.c
860
struct vop_inactive_args ap;
sys/sys/vfsops.h
642
int (*vop_inactive)(struct vop_inactive_args *);
sys/sys/vfsops.h
724
struct vop_inactive_args vu_inactive;
sys/sys/vfsops.h
931
int vop_inactive_ap(struct vop_inactive_args *ap);
sys/vfs/devfs/devfs_vnops.c
262
devfs_vop_inactive(struct vop_inactive_args *ap)
sys/vfs/devfs/devfs_vnops.c
79
static int devfs_vop_inactive(struct vop_inactive_args *);
sys/vfs/dirfs/dirfs_vnops.c
1359
dirfs_inactive(struct vop_inactive_args *ap)
sys/vfs/ext2fs/ext2_extern.h
94
int ext2_inactive(struct vop_inactive_args *);
sys/vfs/ext2fs/ext2_inode.c
497
ext2_inactive(struct vop_inactive_args *ap)
sys/vfs/fifofs/fifo_vnops.c
567
fifo_inactive(struct vop_inactive_args *ap)
sys/vfs/fifofs/fifo_vnops.c
74
static int fifo_inactive (struct vop_inactive_args *);
sys/vfs/fuse/fuse_vnops.c
1747
fuse_vop_inactive(struct vop_inactive_args *ap)
sys/vfs/hammer/hammer.h
973
int hammer_vop_inactive(struct vop_inactive_args *);
sys/vfs/hammer/hammer_inode.c
177
hammer_vop_inactive(struct vop_inactive_args *ap)
sys/vfs/hammer2/hammer2_vnops.c
90
hammer2_vop_inactive(struct vop_inactive_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
590
hpfs_inactive(struct vop_inactive_args *ap)
sys/vfs/hpfs/hpfs_vnops.c
82
static int hpfs_inactive (struct vop_inactive_args *ap);
sys/vfs/isofs/cd9660/cd9660_node.c
190
cd9660_inactive(struct vop_inactive_args *ap)
sys/vfs/isofs/cd9660/cd9660_node.h
105
struct vop_inactive_args;
sys/vfs/isofs/cd9660/cd9660_node.h
112
int cd9660_inactive(struct vop_inactive_args *);
sys/vfs/msdosfs/denode.h
273
int msdosfs_inactive(struct vop_inactive_args *);
sys/vfs/msdosfs/msdosfs_denode.c
679
msdosfs_inactive(struct vop_inactive_args *ap)
sys/vfs/nfs/nfs_node.c
381
nfs_inactive(struct vop_inactive_args *ap)
sys/vfs/nfs/nfsnode.h
219
int nfs_inactive (struct vop_inactive_args *);
sys/vfs/ntfs/ntfs_vnops.c
209
ntfs_inactive(struct vop_inactive_args *ap)
sys/vfs/ntfs/ntfs_vnops.c
75
static int ntfs_inactive (struct vop_inactive_args *ap);
sys/vfs/procfs/procfs_vnops.c
461
procfs_inactive(struct vop_inactive_args *ap)
sys/vfs/procfs/procfs_vnops.c
71
static int procfs_inactive (struct vop_inactive_args *);
sys/vfs/smbfs/smbfs_node.c
335
smbfs_inactive(struct vop_inactive_args *ap)
sys/vfs/smbfs/smbfs_node.h
79
struct vop_inactive_args;
sys/vfs/smbfs/smbfs_node.h
86
int smbfs_inactive(struct vop_inactive_args *);
sys/vfs/tmpfs/tmpfs_vnops.c
1771
tmpfs_inactive(struct vop_inactive_args *ap)
sys/vfs/ufs/ufs_extern.h
51
struct vop_inactive_args;
sys/vfs/ufs/ufs_extern.h
85
int ufs_inactive(struct vop_inactive_args *);
sys/vfs/ufs/ufs_inode.c
63
ufs_inactive(struct vop_inactive_args *ap)
sys/vm/vm_swap.c
158
swapdev_inactive(struct vop_inactive_args *ap)
usr.sbin/makefs/hammer2/hammer2_compat.h
427
int (*vop_inactive)(struct vop_inactive_args *);
usr.sbin/makefs/hammer2/hammer2_vnops.c
78
hammer2_vop_inactive(struct vop_inactive_args *ap)