Home
last modified time | relevance | path

Searched defs:buf_t (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_physio.c82 physio( void (*f_strategy)(buf_t), in physio()
86 u_int (*f_minphys)(buf_t), in physio()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c475 cluster_syncup(vnode_t vp, off_t newEOF, int (*callback)(buf_t, void *), void *callback_arg, int fl… in cluster_syncup()
1178 …int flags, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_ar… in cluster_io()
2095 …int io_flag, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_… in vector_cluster_io()
2110 cluster_read_prefetch(vnode_t vp, off_t f_offset, u_int size, off_t filesize, int (*callback)(buf_t in cluster_read_prefetch()
2138 …ruct cl_extent *extent, off_t filesize, struct cl_readahead *rap, int (*callback)(buf_t, void *), … in cluster_read_ahead()
2229 int size, off_t filesize, int flags, int (*callback)(buf_t, void *), void *callback_arg) in cluster_pageout_ext()
2314 int size, off_t filesize, int flags, int (*callback)(buf_t, void *), void *callback_arg) in cluster_pagein_ext()
2391 cluster_bp_ext(buf_t bp, int (*callback)(buf_t, void *), void *callback_arg) in cluster_bp_ext()
2424 int xflags, int (*callback)(buf_t, void *), void *callback_arg) in cluster_write_ext()
2576 int flags, int (*callback)(buf_t, void *), void *callback_arg) in cluster_write_direct()
[all …]
H A Dvfs_bio.c770 buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction) in buf_setcallback() argument
804 buf_clone(buf_t bp, int io_offset, int io_size, void (*iodone)(buf_t, void *), void *arg) in buf_clone() argument
861 …_priv(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t, void *), v… in buf_create_shadow_priv() argument
867 buf_create_shadow(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t,… in buf_create_shadow() argument
874 …ernal(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t, void *), v… in buf_create_shadow_internal() argument
1022 buf_setfilter(buf_t bp, void (*filter)(buf_t, void *), void *transaction, in buf_setfilter() argument
1023 void(**old_iodone)(buf_t, void *), void **old_transaction) in buf_setfilter()
1576 buf_iterate(vnode_t vp, int (*callout)(buf_t, void *), int flags, void *arg) in buf_iterate()
/xnu-8019.80.24/bsd/sys/
H A Dkernel_types.h48 typedef struct buf * buf_t; typedef
107 typedef struct buf * buf_t; typedef