| /fs/xfs/ |
| D | xfs_buf.c | 48 # define XB_SET_OWNER(bp) ((bp)->b_last_holder = current->pid) argument 49 # define XB_CLEAR_OWNER(bp) ((bp)->b_last_holder = -1) argument 50 # define XB_GET_OWNER(bp) ((bp)->b_last_holder) argument 52 # define XB_SET_OWNER(bp) do { } while (0) argument 53 # define XB_CLEAR_OWNER(bp) do { } while (0) argument 54 # define XB_GET_OWNER(bp) do { } while (0) argument 63 struct xfs_buf *bp) in xfs_buf_is_vmapped() 77 struct xfs_buf *bp) in xfs_buf_vmap_len() 92 struct xfs_buf *bp) in xfs_buf_stale() 117 struct xfs_buf *bp, in xfs_buf_get_maps() [all …]
|
| D | xfs_trans_buf.c | 77 struct xfs_buf *bp, in _xfs_trans_bjoin() 118 struct xfs_buf *bp) in xfs_trans_bjoin() 141 xfs_buf_t *bp; in xfs_trans_get_buf_map() local 195 xfs_buf_t *bp; in xfs_trans_getsb() local 251 struct xfs_buf *bp = NULL; in xfs_trans_read_buf_map() local 356 xfs_buf_t *bp) in xfs_trans_brelse() 453 xfs_buf_t *bp) in xfs_trans_bhold() 473 xfs_buf_t *bp) in xfs_trans_bhold_release() 499 xfs_buf_t *bp, in xfs_trans_log_buf() 587 xfs_buf_t *bp) in xfs_trans_binval() [all …]
|
| D | xfs_buf.h | 288 #define xfs_buf_islocked(bp) \ argument 300 #define xfs_buf_zero(bp, off, len) \ argument 316 #define XFS_BUF_ZEROFLAGS(bp) \ argument 322 #define XFS_BUF_UNSTALE(bp) ((bp)->b_flags &= ~XBF_STALE) argument 323 #define XFS_BUF_ISSTALE(bp) ((bp)->b_flags & XBF_STALE) argument 325 #define XFS_BUF_DONE(bp) ((bp)->b_flags |= XBF_DONE) argument 326 #define XFS_BUF_UNDONE(bp) ((bp)->b_flags &= ~XBF_DONE) argument 327 #define XFS_BUF_ISDONE(bp) ((bp)->b_flags & XBF_DONE) argument 329 #define XFS_BUF_ASYNC(bp) ((bp)->b_flags |= XBF_ASYNC) argument 330 #define XFS_BUF_UNASYNC(bp) ((bp)->b_flags &= ~XBF_ASYNC) argument [all …]
|
| D | xfs_buf_item.c | 68 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size_segment() local 189 struct xfs_buf *bp, in xfs_buf_item_copy_iovec() 202 struct xfs_buf *bp, in xfs_buf_item_straddle() 220 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format_segment() local 314 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format() local 416 xfs_buf_t *bp = bip->bli_buf; in xfs_buf_item_unpin() local 516 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push() local 576 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock() local 751 struct xfs_buf *bp, in xfs_buf_item_init() 909 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_log() local [all …]
|
| D | xfs_log_recover.c | 104 struct xfs_buf *bp; in xlog_get_bp() local 141 xfs_buf_t *bp) in xlog_put_bp() 155 struct xfs_buf *bp) in xlog_align() 172 struct xfs_buf *bp) in xlog_bread_noalign() 205 struct xfs_buf *bp, in xlog_bread() 227 struct xfs_buf *bp, in xlog_bread_offset() 257 struct xfs_buf *bp) in xlog_bwrite() 368 struct xfs_buf *bp) in xlog_recover_iodone() 394 struct xfs_buf *bp, in xlog_find_cycle_start() 444 xfs_buf_t *bp; in xlog_find_verify_cycle() local [all …]
|
| D | xfs_attr_inactive.c | 54 struct xfs_buf *bp; in xfs_attr3_leaf_freextent() local 122 struct xfs_buf *bp) in xfs_attr3_leaf_inactive() 211 struct xfs_buf *bp, in xfs_attr3_node_inactive() 331 struct xfs_buf *bp; in xfs_attr3_root_inactive() local
|
| D | xfs_dquot.c | 231 xfs_buf_t *bp) in xfs_qm_init_dquot_blk() 310 xfs_buf_t *bp; in xfs_qm_dqalloc() local 465 struct xfs_buf *bp; in xfs_qm_dqtobp() local 568 struct xfs_buf *bp; in xfs_qm_dqread() local 886 struct xfs_buf *bp, in xfs_qm_dqflush_done() 932 struct xfs_buf *bp; in xfs_qm_dqflush() local
|
| /fs/afs/ |
| D | fsclient.c | 24 const __be32 *bp = *_bp; in xdr_decode_AFSFid() local 41 const __be32 *bp = *_bp; in xdr_decode_AFSFetchStatus() local 137 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() local 149 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack_raw() local 163 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync() local 179 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus() local 218 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus() local 242 const __be32 *bp; in afs_deliver_fs_fetch_status() local 284 __be32 *bp; in afs_fs_fetch_file_status() local 316 const __be32 *bp; in afs_deliver_fs_fetch_data() local [all …]
|
| D | vlclient.c | 65 __be32 *bp; in afs_deliver_vl_get_entry_by_xxx() local 158 __be32 *bp; in afs_vl_get_entry_by_name() local 198 __be32 *bp; in afs_vl_get_entry_by_id() local
|
| /fs/xfs/libxfs/ |
| D | xfs_symlink_remote.c | 57 struct xfs_buf *bp) in xfs_symlink_hdr_set() 86 struct xfs_buf *bp) in xfs_symlink_hdr_ok() 103 struct xfs_buf *bp) in xfs_symlink_verify() 129 struct xfs_buf *bp) in xfs_symlink_read_verify() 148 struct xfs_buf *bp) in xfs_symlink_write_verify() 179 struct xfs_buf *bp, in xfs_symlink_local_to_remote()
|
| D | xfs_inode_buf.c | 40 xfs_buf_t *bp) in xfs_inobp_check() 76 struct xfs_buf *bp, in xfs_inode_buf_verify() 119 struct xfs_buf *bp) in xfs_inode_buf_read_verify() 126 struct xfs_buf *bp) in xfs_inode_buf_readahead_verify() 133 struct xfs_buf *bp) in xfs_inode_buf_write_verify() 170 struct xfs_buf *bp; in xfs_imap_to_bp() local 361 xfs_buf_t *bp; in xfs_iread() local
|
| D | xfs_dquot_buf.c | 177 struct xfs_buf *bp) in xfs_dquot_buf_verify_crc() 209 struct xfs_buf *bp, in xfs_dquot_buf_verify() 252 struct xfs_buf *bp) in xfs_dquot_buf_read_verify() 273 struct xfs_buf *bp) in xfs_dquot_buf_readahead_verify() 291 struct xfs_buf *bp) in xfs_dquot_buf_write_verify()
|
| D | xfs_dir2_data.c | 44 struct xfs_buf *bp) /* data block's buffer */ in __xfs_dir3_data_check() 216 struct xfs_buf *bp) in xfs_dir3_data_verify() 246 struct xfs_buf *bp) in xfs_dir3_data_reada_verify() 270 struct xfs_buf *bp) in xfs_dir3_data_read_verify() 286 struct xfs_buf *bp) in xfs_dir3_data_write_verify() 578 struct xfs_buf *bp; /* block buffer */ in xfs_dir3_data_init() local 650 struct xfs_buf *bp, in xfs_dir2_data_log_entry() 671 struct xfs_buf *bp) in xfs_dir2_data_log_header() 692 struct xfs_buf *bp, in xfs_dir2_data_log_unused() 724 struct xfs_buf *bp, in xfs_dir2_data_make_free() [all …]
|
| D | xfs_dir2_block.c | 63 struct xfs_buf *bp) in xfs_dir3_block_verify() 88 struct xfs_buf *bp) in xfs_dir3_block_read_verify() 104 struct xfs_buf *bp) in xfs_dir3_block_write_verify() 151 struct xfs_buf *bp, in xfs_dir3_block_init() 286 struct xfs_buf *bp, in xfs_dir2_block_compact() 340 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_addname() local 574 struct xfs_buf *bp, /* block buffer */ in xfs_dir2_block_log_leaf() 594 struct xfs_buf *bp) /* block buffer */ in xfs_dir2_block_log_tail() 614 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup() local 662 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup_int() local [all …]
|
| D | xfs_btree.c | 60 struct xfs_buf *bp) /* buffer for block, if any */ in xfs_btree_check_lblock() 105 struct xfs_buf *bp) /* buffer containing block */ in xfs_btree_check_sblock() 157 struct xfs_buf *bp) /* buffer containing block, if any */ in xfs_btree_check_block() 231 struct xfs_buf *bp) in xfs_btree_lblock_calc_crc() 245 struct xfs_buf *bp) in xfs_btree_lblock_verify_crc() 269 struct xfs_buf *bp) in xfs_btree_sblock_calc_crc() 283 struct xfs_buf *bp) in xfs_btree_sblock_verify_crc() 344 xfs_buf_t *bp; /* btree block's buffer pointer */ in xfs_btree_dup_cursor() local 606 xfs_buf_t *bp; /* buffer containing block */ in xfs_btree_islastblock() local 626 xfs_buf_t *bp; /* buffer containing block */ in xfs_btree_firstrec() local [all …]
|
| D | xfs_dir2_node.c | 56 #define xfs_dir3_leaf_check(dp, bp) \ argument 65 struct xfs_buf *bp) in xfs_dir3_leafn_check() 82 #define xfs_dir3_leaf_check(dp, bp) argument 87 struct xfs_buf *bp) in xfs_dir3_free_verify() 115 struct xfs_buf *bp) in xfs_dir3_free_read_verify() 131 struct xfs_buf *bp) in xfs_dir3_free_write_verify() 207 struct xfs_buf *bp; in xfs_dir3_free_get_buf() local 247 struct xfs_buf *bp, in xfs_dir2_free_log_bests() 270 struct xfs_buf *bp) in xfs_dir2_free_log_header() 378 struct xfs_buf *bp, /* leaf buffer */ in xfs_dir2_leafn_add() [all …]
|
| D | xfs_dir2_leaf.c | 53 #define xfs_dir3_leaf_check(dp, bp) \ argument 62 struct xfs_buf *bp) in xfs_dir3_leaf1_check() 79 #define xfs_dir3_leaf_check(dp, bp) argument 147 struct xfs_buf *bp, in xfs_dir3_leaf_verify() 180 struct xfs_buf *bp, in __read_verify() 197 struct xfs_buf *bp, in __write_verify() 221 struct xfs_buf *bp) in xfs_dir3_leaf1_read_verify() 228 struct xfs_buf *bp) in xfs_dir3_leaf1_write_verify() 235 struct xfs_buf *bp) in xfs_dir3_leafn_read_verify() 242 struct xfs_buf *bp) in xfs_dir3_leafn_write_verify() [all …]
|
| D | xfs_attr_remote.c | 120 struct xfs_buf *bp) in xfs_attr3_rmt_read_verify() 159 struct xfs_buf *bp) in xfs_attr3_rmt_write_verify() 251 struct xfs_buf *bp, in xfs_attr_rmtval_copyout() 299 struct xfs_buf *bp, in xfs_attr_rmtval_copyin() 355 struct xfs_buf *bp; in xfs_attr_rmtval_get() local 512 struct xfs_buf *bp; in xfs_attr_rmtval_set() local 577 struct xfs_buf *bp; in xfs_attr_rmtval_remove() local
|
| D | xfs_attr_leaf.c | 252 struct xfs_buf *bp) in xfs_attr3_leaf_verify() 287 struct xfs_buf *bp) in xfs_attr3_leaf_write_verify() 316 struct xfs_buf *bp) in xfs_attr3_leaf_read_verify() 748 struct xfs_buf *bp; in xfs_attr_shortform_to_leaf() local 830 struct xfs_buf *bp, in xfs_attr_shortform_allfit() 872 struct xfs_buf *bp, in xfs_attr3_leaf_to_shortform() 1038 struct xfs_buf *bp; in xfs_attr3_leaf_create() local 1142 struct xfs_buf *bp, in xfs_attr3_leaf_add() 1221 struct xfs_buf *bp, in xfs_attr3_leaf_add_work() 1345 struct xfs_buf *bp) in xfs_attr3_leaf_compact() [all …]
|
| D | xfs_sb.c | 568 struct xfs_buf *bp, in xfs_sb_verify() 603 struct xfs_buf *bp) in xfs_sb_read_verify() 645 struct xfs_buf *bp) in xfs_sb_quiet_read_verify() 660 struct xfs_buf *bp) in xfs_sb_write_verify() 812 struct xfs_buf *bp = xfs_trans_getsb(tp, mp, 0); in xfs_log_sb() local
|
| D | xfs_dir2_priv.h | 43 #define xfs_dir3_data_check(dp,bp) __xfs_dir3_data_check(dp, bp); argument 45 #define xfs_dir3_data_check(dp,bp) argument
|
| D | xfs_rtbitmap.c | 56 xfs_buf_t *bp; /* block buffer, result */ in xfs_rtbuf_get() local 93 xfs_buf_t *bp; /* buf for the block */ in xfs_rtfind_back() local 268 xfs_buf_t *bp; /* buf for the block */ in xfs_rtfind_forw() local 443 xfs_buf_t *bp; /* buffer for the summary block */ in xfs_rtmodify_summary_int() local 525 xfs_buf_t *bp; /* buf for the block */ in xfs_rtmodify_range() local 760 xfs_buf_t *bp; /* buf for the block */ in xfs_rtcheck_range() local
|
| D | xfs_da_btree.c | 133 struct xfs_buf *bp) in xfs_da3_node_verify() 182 struct xfs_buf *bp) in xfs_da3_node_write_verify() 211 struct xfs_buf *bp) in xfs_da3_node_read_verify() 312 struct xfs_buf *bp; in xfs_da3_node_create() local 359 struct xfs_buf *bp; in xfs_da3_split() local 518 struct xfs_buf *bp; in xfs_da3_root_split() local 1052 struct xfs_buf *bp; in xfs_da3_root_join() local 1125 struct xfs_buf *bp; in xfs_da3_node_toosmall() local 1241 struct xfs_buf *bp, in xfs_da3_node_lasthash() 1654 struct xfs_buf *bp; in xfs_da3_blk_link() local [all …]
|
| D | xfs_alloc_btree.c | 106 struct xfs_buf *bp) in xfs_allocbt_free_block() 274 struct xfs_buf *bp) in xfs_allocbt_verify() 354 struct xfs_buf *bp) in xfs_allocbt_read_verify() 369 struct xfs_buf *bp) in xfs_allocbt_write_verify()
|
| /fs/jfs/ |
| D | jfs_logmgr.c | 361 struct lbuf *bp; /* dst log page buffer */ in lmWriteRecord() local 578 struct lbuf *bp; in lmNextPage() local 760 struct lbuf *bp; in lmGCwrite() local 823 static void lmPostGC(struct lbuf * bp) in lmPostGC() 1268 struct lbuf *bp; in lmLogInit() local 1662 struct lbuf *bp; in lmLogShutdown() local 1902 struct lbuf *bp; in lbmAllocate() local 1931 static void lbmFree(struct lbuf * bp) in lbmFree() 1942 static void lbmfree(struct lbuf * bp) in lbmfree() 1970 static inline void lbmRedrive(struct lbuf *bp) in lbmRedrive() [all …]
|