Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_subr.c663 static int vfsync_meta_only_cmp(struct buf *bp, void *data);
707 info.cmpfunc = vfsync_meta_only_cmp; in vfsync()
709 vfsync_meta_only_cmp, vfsync_bp, &info); in vfsync()
724 info.cmpfunc = vfsync_meta_only_cmp; in vfsync()
725 RB_SCAN(buf_rb_tree, &vp->v_rbdirty_tree, vfsync_meta_only_cmp, in vfsync()
819 vfsync_meta_only_cmp(struct buf *bp, void *data) in vfsync_meta_only_cmp() function