Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_vnops.c209 static int nfs_flush_on_hlink = 0; variable
211 &nfs_flush_on_hlink, 0, "flush fvp prior to hard link");
2130 if (nfs_flush_on_hlink) in nfs_link()