Searched refs:IO_NOZEROVALID (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h139 #define IO_NOZEROVALID 0x0100 /* do not zero fill if valid page */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c555 lflag = ioflag & ~(IO_TAILZEROFILL | IO_HEADZEROFILL | IO_NOZEROVALID | IO_NOZERODIRTY);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vnops.c3135 IO_NOZEROVALID | IO_NOZERODIRTY);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c2692 if ((flags & (IO_NOZEROVALID | IO_NOZERODIRTY))) {
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_vnops.c2739 * IO_NOZEROVALID - Do not zero fill if valid page.
3006 * IO_NOZEROVALID - Do not zero fill if valid page.
3073 * IO_NOZEROVALID - Do not zero fill if valid page.
3242 ioflags |= IO_NOZEROVALID | IO_NOZERODIRTY;
3783 * IO_NOZEROVALID - Do not zero fill if valid page.

Completed in 193 milliseconds