Home
last modified time | relevance | path

Searched refs:hammer_vop_inactive (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c92 .vop_inactive = hammer_vop_inactive,
127 .vop_inactive = hammer_vop_inactive,
141 .vop_inactive = hammer_vop_inactive,
H A Dhammer.h973 int hammer_vop_inactive(struct vop_inactive_args *);
H A Dhammer_inode.c177 hammer_vop_inactive(struct vop_inactive_args *ap) in hammer_vop_inactive() function