Searched refs:IO_NOCACHE (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c449 IO_NOCACHE|IO_NODELOCKED|IO_UNIT, cred, (int64_t *) 0, core_proc);
485 UIO_SYSSPACE, IO_NOCACHE|IO_NODELOCKED|IO_UNIT, cred, (int *) 0, core_proc);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c1967 flags |= IO_NOCACHE;
1986 if ( ((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg) )
2137 if (flags & IO_NOCACHE)
2760 if (flags & IO_NOCACHE)
3106 if ( !(flags & IO_NOCACHE)) {
3298 ret_cluster_try_push = cluster_try_push(wbp, vp, newEOF, (flags & IO_NOCACHE) ? 0 : PUSH_DELAY, 0, callback, callback_arg);
3323 if (flags & IO_NOCACHE)
3374 flags |= IO_NOCACHE;
3401 if (((flags & IO_NOCACHE) || (flag
[all...]
H A Dvfs_vnops.c924 ioflag |= IO_NOCACHE;
988 ioflag |= IO_NOCACHE;
/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c234 UIO_SYSSPACE, IO_SYNC | IO_NODELOCKED | IO_UNIT | IO_NOCACHE | IO_SWAP_DISPATCH, vfs_context_ucred(ctx), (int *) 0, vfs_context_proc(ctx));
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c1867 if ((ioflag & IO_NOCACHE) && ISSET(bp->nb_flags, NB_CACHE) &&
1876 if (ioflag & IO_NOCACHE)
1976 * + current request length (for IO_NOCACHE)
1987 if (!(ioflag & IO_NOCACHE) &&
2012 if ((!(ioflag & IO_NOCACHE) || !readaheads) &&
2084 if ((ioflag & IO_NOCACHE) && ISSET(bp->nb_flags, NB_CACHE)) {
2086 * IO_NOCACHE found a cached buffer.
2171 if (ioflag & IO_NOCACHE)
2201 if (ioflag & IO_NOCACHE)
H A Dnfs_vnops.c2696 if (ioflag & IO_NOCACHE)
2833 if (ioflag & IO_NOCACHE)
3101 (ioflag & IO_NOCACHE) || ISSET(bp->nb_flags, NB_NOCACHE)) {
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h142 #define IO_NOCACHE 0x0800 /* same effect as VNOCACHE_DATA, but only for this 1 I/O */ macro
149 #define IO_NODIRECT 0x10000 /* don't use direct synchronous writes if IO_NOCACHE is specified */
1811 @param ioflg Defined in vnode.h, e.g. IO_NOAUTH, IO_NOCACHE.
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c753 int cluster_zero_flags = IO_HEADZEROFILL | IO_NOZERODIRTY | IO_NOCACHE;
H A Dhfs_readwrite.c756 if (flush_cache_on_write && ((ioflag & IO_NOCACHE) || vnode_isnocache(vp))) {
5163 error = cluster_read(vp, auio, copysize, IO_NOCACHE);
5179 uio_offset(auio), 0, IO_NOCACHE | IO_SYNC);
5207 * since the file was copied using IO_NOCACHE and
H A Dhfs_vnops.c2705 IO_HEADZEROFILL | IO_NOZERODIRTY | IO_NOCACHE); local

Completed in 143 milliseconds