Searched refs:bufattr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkernel_types.h127 typedef struct bufattr* bufattr_t;
H A Dbuf_internal.h87 struct bufattr { struct
138 struct bufattr b_attr;
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOStorage.h207 * @field bufattr
220 bufattr_t bufattr; member in struct:IOStorageAttributes
225 bufattr_t bufattr; member in struct:IOStorageAttributes
H A DIOMediaBSDClient.cpp2564 attributes.bufattr = buf_attr(bp);
2570 attributes.priority = DK_TIER_TO_PRIORITY(bufattr_throttled(attributes.bufattr));
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c423 MALLOC(bap, bufattr_t, sizeof(struct bufattr), M_TEMP, M_WAITOK);
427 bzero(bap, sizeof(struct bufattr));
440 MALLOC(new_bufattr, bufattr_t, sizeof(struct bufattr), M_TEMP, M_WAITOK);
445 memcpy (new_bufattr, bap, sizeof(struct bufattr));
1319 /* Capture f_offset in the bufattr*/
1329 * bufattr attributes will be passed down the stack
3699 bzero(&bp->b_attr, sizeof(struct bufattr));
3897 struct bufattr *bap;
4164 bzero(&bp->b_attr, sizeof(struct bufattr));
4186 /* Zero out the bufattr an
[all...]
H A Dvfs_journal.c341 struct bufattr *bap;
385 * To address this, we use the extended bufattr struct embedded in the bp.
386 * Explicitly mark the buf here as a metadata buffer in its bufattr flags.
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c1967 struct bufattr *bap;

Completed in 218 milliseconds