Searched hist:"9 a81ba0f241a477b92f3ae3b48429a04724459f2" (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/sys/ |
H A D | mdioctl.h | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
H A D | mount.h | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.8 | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
H A D | mdconfig.c | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
/freebsd/sbin/mount/ |
H A D | mount.c | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|
/freebsd/sys/dev/md/ |
H A D | md.c | diff 9a81ba0f241a477b92f3ae3b48429a04724459f2 Wed May 31 23:18:11 CEST 2017 Stephen J. Kiernan <stevek@FreeBSD.org> Add MD_VERIFY option to enable O_VERIFY in open for vnode type. Add -o [no]verify option to mdconfig (and document in man page.) Implement GEOM attribute MNT::verified to ask md if the backing vnode is verified. Check for MNT::verified in cd9660 mount to flag the mount as MNT_VERIFIED if the underlying device has been verified.
Reviewed by: rwatson Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D2902
|