MCPcopy Create free account
hub / github.com/F-Stack/f-stack / insmntque

Function insmntque

freebsd/kern/vfs_subr.c:1971–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1969}
1970
1971int
1972insmntque(struct vnode *vp, struct mount *mp)
1973{
1974
1975 return (insmntque1(vp, mp, insmntque_stddtr, NULL));
1976}
1977
1978/*
1979 * Flush out and invalidate all buffers associated with a bufobj

Callers 5

zfs_mknodeFunction · 0.85
zfs_zgetFunction · 0.85
sfs_vgetxFunction · 0.85
mqfs_allocvFunction · 0.85
vfs_allocate_syncvnodeFunction · 0.85

Calls 1

insmntque1Function · 0.85

Tested by

no test coverage detected