Home
last modified time | relevance | path

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

/dragonfly/contrib/smbfs/mount_smbfs/
H A Dmntopts.h61 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
/dragonfly/include/
H A Dmntopts.h58 #define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 }
/dragonfly/sys/sys/
H A Dmount.h287 #define MNT_NOCLUSTERW 0x80000000 /* disable cluster write */ macro
321 MNT_NOCLUSTERW | MNT_SUIDDIR | MNT_SOFTDEP | \
/dragonfly/sys/vfs/ufs/
H A Dufs_readwrite.c378 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ffs_write()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_denode.c464 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in deupdat()
H A Dmsdosfs_vnops.c747 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in msdosfs_write()
765 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in msdosfs_write()
/dragonfly/sbin/mount_ufs/
H A Dmount.c720 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
/dragonfly/sbin/mount/
H A Dmount.c763 if (flags & MNT_NOCLUSTERW) res = catopt(res, "noclusterw"); in flags2opts()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c135 { MNT_NOCLUSTERW, "noclusterwrite" },
/dragonfly/sys/kern/
H A Dvfs_subr.c1951 { MNT_NOCLUSTERW, "noclusterw" }, in vfs_flagstostr()
H A Dvfs_syscalls.c373 MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | in sys_mount()
378 MNT_NOATIME | MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | in sys_mount()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c2063 if ((vp->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) { in ext2_write()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vnops.c1153 } else if (ip->vp->v_mount->mnt_flag & MNT_NOCLUSTERW) { in hammer2_write_file()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1602 } else if (vp->v_mount->mnt_flag & MNT_NOCLUSTERW) { in fuse_vop_write()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c835 !(ap->a_vp->v_mount->mnt_flag & MNT_NOCLUSTERW)) { in hammer_vop_write()