Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c4949 static int sync_inactive(struct vop_inactive_args *);
4956 .vop_inactive = sync_inactive, /* inactive */
5089 sync_inactive(struct vop_inactive_args *ap) in sync_inactive() function