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

Function MNT_SHARED_WRITES

freebsd/sys/mount.h:486–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485#ifdef _KERNEL
486static inline int
487MNT_SHARED_WRITES(struct mount *mp)
488{
489
490 return (mp != NULL && (mp->mnt_kern_flag & MNTK_SHARED_WRITES) != 0);
491}
492
493static inline int
494MNT_EXTENDED_SHARED(struct mount *mp)

Callers 5

vn_rdwrFunction · 0.85
vn_writeFunction · 0.85
vn_write_outvpFunction · 0.85
kern_fsyncFunction · 0.85
vm_pageout_cleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected