Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_subr.c5236 static int sync_inactive(struct vop_inactive_args *);
5244 .vop_inactive = sync_inactive,
5377 sync_inactive(struct vop_inactive_args *ap) in sync_inactive() function