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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1995 flags |= IO_NOCACHE;
2014 if ( ((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg) )
2165 if (flags & IO_NOCACHE)
2788 if (flags & IO_NOCACHE)
3134 if ( !(flags & IO_NOCACHE)) {
3326 ret_cluster_try_push = cluster_try_push(wbp, vp, newEOF, (flags & IO_NOCACHE) ? 0 : PUSH_DELAY, 0, callback, callback_arg);
3351 if (flags & IO_NOCACHE)
3402 flags |= IO_NOCACHE;
3429 if (((flags & IO_NOCACHE) || (flag
[all...]
H A Dvfs_vnops.c913 ioflag |= IO_NOCACHE;
977 ioflag |= IO_NOCACHE;
/darwin-on-arm/xnu/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.c2615 if (ioflag & IO_NOCACHE)
2752 if (ioflag & IO_NOCACHE)
3020 (ioflag & IO_NOCACHE) || ISSET(bp->nb_flags, NB_NOCACHE)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h141 #define IO_NOCACHE 0x0800 /* same effect as VNOCACHE_DATA, but only for this 1 I/O */ macro
148 #define IO_NODIRECT 0x10000 /* don't use direct synchronous writes if IO_NOCACHE is specified */
1806 @param ioflg Defined in vnode.h, e.g. IO_NOAUTH, IO_NOCACHE.
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c739 int cluster_zero_flags = IO_HEADZEROFILL | IO_NOZERODIRTY | IO_NOCACHE;
H A Dhfs_readwrite.c748 if (flush_cache_on_write && ((ioflag & IO_NOCACHE) || vnode_isnocache(vp))) {
4715 error = cluster_read(vp, auio, copysize, IO_NOCACHE);
4731 uio_offset(auio), 0, IO_NOCACHE | IO_SYNC);
4759 * since the file was copied using IO_NOCACHE and
H A Dhfs_vnops.c2355 IO_HEADZEROFILL | IO_NOZERODIRTY | IO_NOCACHE); local

Completed in 130 milliseconds