Searched refs:buf_t (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf.h99 * mark the buffer associated with buf_t
102 void buf_markaged(buf_t);
105 * mark the buffer associated with buf_t
109 void buf_markinvalid(buf_t);
112 * mark the buffer assoicated with buf_t
115 void buf_markdelayed(buf_t);
118 * mark the buffer associated with buf_t
121 void buf_markeintr(buf_t);
124 * mark the buffer associated with buf_t
127 void buf_markfua(buf_t);
[all...]
H A Dubc.h75 int advisory_read_ext(vnode_t, off_t, off_t, int, int (*)(buf_t, void *), void *, int);
78 int cluster_read_ext(vnode_t, struct uio *, off_t, int, int (*)(buf_t, void *), void *);
81 int cluster_write_ext(vnode_t, struct uio *, off_t, off_t, off_t, off_t, int, int (*)(buf_t, void *), void *);
84 int cluster_pageout_ext(vnode_t, upl_t, vm_offset_t, off_t, int, off_t, int, int (*)(buf_t, void *), void *);
87 int cluster_pagein_ext(vnode_t, upl_t, vm_offset_t, off_t, int, off_t, int, int (*)(buf_t, void *), void *);
90 int cluster_push_ext(vnode_t, int, int (*)(buf_t, void *), void *);
92 int cluster_bp(buf_t);
93 int cluster_bp_ext(buf_t, int (*)(buf_t, void *), void *);
95 void cluster_zero(upl_t, vm_offset_t, int, buf_t);
[all...]
H A Dbuf_internal.h104 void (*b_iodone)(buf_t, void *); /* Function to call upon completion. */
109 buf_t b_real_bp; /* used to track bp generated through cluster_bp */
218 buf_t alloc_io_buf(vnode_t, int);
219 void free_io_buf(buf_t);
224 void buf_setfilter(buf_t, void (*)(buf_t, void *), void *, void **, void **);
237 void buf_biowait_callback(buf_t);
240 void buf_drop(buf_t);
241 errno_t buf_acquire(buf_t, int, int, int);
H A Dfslog.h87 void fslog_io_error(const buf_t bp);
H A Dkernel_types.h21 typedef struct buf * buf_t; typedef in typeref:struct:buf
73 typedef struct buf * buf_t; typedef in typeref:struct:buf
H A Dvnode_if.h838 buf_t a_bp;
840 extern errno_t VNOP_BWRITE(buf_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c116 static int bcleanbuf(buf_t bp);
117 static int brecover_data(buf_t bp);
120 static buf_t getnewbuf(int slpflag, int slptimeo, int *queue);
121 static void bremfree_locked(buf_t bp);
122 static void buf_reassign(buf_t bp, vnode_t newvp);
123 static errno_t buf_acquire_locked(buf_t bp, int flags, int slpflag, int slptimeo);
127 __private_extern__ int bdwrite_internal(buf_t, int);
146 static buf_t incore_locked(vnode_t vp, daddr64_t blkno, struct bufhashhdr *dp);
233 blistenterhead(struct bufhashhdr * head, buf_t bp)
244 binshash(buf_t b
[all...]
H A Dvfs_cluster.c131 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset);
132 static void cluster_wait_IO(buf_t cbp_head, int async);
133 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flags, int needwait);
138 int flags, buf_t real_bp, struct clios *iostate, int (*)(buf_t, void *), void *callback_arg);
139 static int cluster_iodone(buf_t bp, void *callback_arg);
143 static void cluster_syncup(vnode_t vp, off_t newEOF, int (*)(buf_t, void *), void *callback_arg);
149 int (*)(buf_t, void *), void *callback_arg);
151 int flags, int (*)(buf_t, voi
[all...]
H A Dvfs_fslog.c365 void fslog_io_error(const buf_t bp)
H A Dkpi_vfs.c5043 buf_t a_bp;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_byte_order.h66 void byte_swap_dir_block_out(buf_t);
H A Dufs_readwrite.c95 buf_t bp = (struct buf *)0;
224 buf_t bp;
H A Dufs_vnops.c1591 buf_t bp = ap->a_bp;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_physio.c85 physio( void (*f_strategy)(buf_t),
86 buf_t bp,
89 u_int (*f_minphys)(buf_t),
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h203 __private_extern__ int cd9660_blkatoff (vnode_t, off_t, char **, buf_t *);
H A Dcd9660_lookup.c439 cd9660_blkatoff(vnode_t vp, off_t offset, char **res, buf_t *bpp)
443 buf_t bp;
H A Dcd9660_vfsops.c1068 buf_t bp = NULL;
1266 buf_t bp2 = NULL;
H A Dcd9660_vnops.c736 buf_t bp = ap->a_bp;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_extern.h110 int ffs_blkatoff(vnode_t, off_t, char **, buf_t *);
H A Dffs_subr.c94 ffs_blkatoff(vnode_t vp, off_t offset, char **res, buf_t *bpp)
H A Dffs_inode.c188 buf_t bp;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c717 buf_t bp;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c1886 buf_t bp;
3834 hfs_invalidate_block_numbers_callback(buf_t bp, void *args_in)
3877 buf_t bp = NULL;
4234 buf_t bp;
4368 buf_t old_bp, new_bp;
H A Dhfs_readwrite.c2296 buf_t bp = ap->a_bp;
H A Dhfs_vnops.c1482 buf_t bp;
1498 * buf_t for the daddr64_t specified only if it's

Completed in 237 milliseconds

12