/fs/xfs/ |
D | xfs_buf.c | 56 struct xfs_buf *bp) in xfs_buf_submit() 63 struct xfs_buf *bp) in xfs_buf_is_vmapped() 77 struct xfs_buf *bp) in xfs_buf_vmap_len() 97 struct xfs_buf *bp) in xfs_buf_ioacct_inc() 117 struct xfs_buf *bp) in __xfs_buf_ioacct_dec() 129 struct xfs_buf *bp) in xfs_buf_ioacct_dec() 146 struct xfs_buf *bp) in xfs_buf_stale() 179 struct xfs_buf *bp, in xfs_buf_get_maps() 202 struct xfs_buf *bp) in xfs_buf_free_maps() 218 struct xfs_buf *bp; in _xfs_buf_alloc() local [all …]
|
D | xfs_trans_buf.c | 63 struct xfs_buf *bp, in _xfs_trans_bjoin() 100 struct xfs_buf *bp) in xfs_trans_bjoin() 124 struct xfs_buf *bp; in xfs_trans_get_buf_map() local 175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp; in xfs_trans_getsb() local 221 struct xfs_buf *bp = NULL; in xfs_trans_read_buf_map() local 322 struct xfs_buf *bp) in xfs_trans_buf_is_dirty() 347 struct xfs_buf *bp) in xfs_trans_brelse() 404 struct xfs_buf *bp) in xfs_trans_bhold() 425 struct xfs_buf *bp) in xfs_trans_bhold_release() 446 struct xfs_buf *bp) in xfs_trans_dirty_buf() [all …]
|
D | xfs_buf_item.c | 60 struct xfs_buf *bp, in xfs_buf_item_straddle() 92 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size_segment() local 193 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size() local 256 struct xfs_buf *bp, in xfs_buf_item_copy_iovec() 275 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format_segment() local 401 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format() local 486 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unpin() local 558 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push() local 660 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_release() local 786 struct xfs_buf *bp, in xfs_buf_item_init() [all …]
|
D | xfs_buf.h | 264 #define xfs_buf_islocked(bp) \ argument 267 static inline void xfs_buf_relse(struct xfs_buf *bp) in xfs_buf_relse() 278 #define xfs_buf_ioerror(bp, err) __xfs_buf_ioerror((bp), (err), __this_address) argument 283 #define xfs_buf_mark_corrupt(bp) __xfs_buf_mark_corrupt((bp), __this_address) argument 300 static inline xfs_daddr_t xfs_buf_daddr(struct xfs_buf *bp) in xfs_buf_daddr() 312 static inline void xfs_buf_oneshot(struct xfs_buf *bp) in xfs_buf_oneshot() 319 static inline int xfs_buf_ispinned(struct xfs_buf *bp) in xfs_buf_ispinned() 325 xfs_buf_verify_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_verify_cksum() 332 xfs_buf_update_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_update_cksum()
|
D | xfs_buf_item_recover.c | 213 struct xfs_buf *bp, in xlog_recover_validate_buf_type() 448 struct xfs_buf *bp, in xlog_recover_do_reg_buffer() 543 struct xfs_buf *bp, in xlog_recover_do_dquot_buffer() 589 struct xfs_buf *bp, in xlog_recover_do_inode_buffer() 710 struct xfs_buf *bp, in xlog_recover_get_buf_lsn() 892 struct xfs_buf *bp; in xlog_recover_buf_commit_pass2() local
|
D | xfs_attr_list.c | 212 struct xfs_buf *bp; in xfs_attr_node_list_lookup() local 290 struct xfs_buf *bp; in xfs_attr_node_list() local 388 struct xfs_buf *bp, in xfs_attr3_leaf_list_int() 487 struct xfs_buf *bp; in xfs_attr_leaf_list() local
|
D | xfs_dquot.c | 184 struct xfs_buf *bp) in xfs_qm_init_dquot_blk() 299 struct xfs_buf *bp; in xfs_dquot_disk_alloc() local 397 struct xfs_buf *bp; in xfs_dquot_disk_read() local 549 struct xfs_buf *bp) in xfs_dquot_from_disk() 683 struct xfs_buf *bp; in xfs_qm_dqread() local 1171 struct xfs_buf *bp) in xfs_buf_dquot_iodone() 1183 struct xfs_buf *bp) in xfs_buf_dquot_io_fail() 1246 struct xfs_buf *bp; in xfs_qm_dqflush() local
|
/fs/afs/ |
D | fsclient.c | 23 const __be32 *bp = *_bp; in xdr_decode_AFSFid() local 34 static void xdr_dump_bad(const __be32 *bp) in xdr_dump_bad() 142 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() local 157 const __be32 *bp = *_bp; in xdr_decode_AFSVolSync() local 177 __be32 *bp = *_bp; in xdr_encode_AFS_StoreStatus() local 216 const __be32 *bp = *_bp; in xdr_decode_AFSFetchVolumeStatus() local 242 const __be32 *bp; in afs_deliver_fs_fetch_status() local 276 __be32 *bp; in afs_fs_fetch_status() local 305 const __be32 *bp; in afs_deliver_fs_fetch_data() local 426 __be32 *bp; in afs_fs_fetch_data64() local [all …]
|
D | yfsclient.c | 31 static __be32 *xdr_encode_u32(__be32 *bp, u32 n) in xdr_encode_u32() 37 static __be32 *xdr_encode_u64(__be32 *bp, u64 n) in xdr_encode_u64() 45 static __be32 *xdr_encode_YFSFid(__be32 *bp, struct afs_fid *fid) in xdr_encode_YFSFid() 61 static __be32 *xdr_encode_string(__be32 *bp, const char *p, unsigned int len) in xdr_encode_string() 75 static __be32 *xdr_encode_name(__be32 *bp, const struct qstr *p) in xdr_encode_name() 86 static __be32 *xdr_encode_YFSStoreStatus_mode(__be32 *bp, mode_t mode) in xdr_encode_YFSStoreStatus_mode() 98 static __be32 *xdr_encode_YFSStoreStatus_mtime(__be32 *bp, const struct timespec64 *t) in xdr_encode_YFSStoreStatus_mtime() 145 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req() 160 static void xdr_dump_bad(const __be32 *bp) in xdr_dump_bad() 269 static __be32 *xdr_encode_YFS_StoreStatus(__be32 *bp, struct iattr *attr) in xdr_encode_YFS_StoreStatus() [all …]
|
D | vlclient.c | 137 __be32 *bp; in afs_vl_get_entry_by_name_u() local 184 __be32 *bp; in afs_deliver_vl_get_addrs_u() local 275 __be32 *bp; in afs_vl_get_addrs_u() local 387 __be32 *bp; in afs_vl_get_capabilities() local 424 __be32 *bp; in afs_deliver_yfsvl_get_endpoints() local 625 __be32 *bp; in afs_yfsvl_get_endpoints() local 739 __be32 *bp; in afs_yfsvl_get_cell_name() local
|
/fs/xfs/libxfs/ |
D | xfs_sb.c | 230 struct xfs_buf *bp, in xfs_validate_sb_write() 304 struct xfs_buf *bp, in xfs_validate_sb_common() 783 struct xfs_buf *bp) in xfs_sb_read_verify() 834 struct xfs_buf *bp) in xfs_sb_quiet_read_verify() 849 struct xfs_buf *bp) in xfs_sb_write_verify() 956 struct xfs_buf *bp = xfs_trans_getsb(tp); in xfs_log_sb() local 1029 struct xfs_buf *bp; in xfs_update_secondary_sbs() local 1090 struct xfs_buf *bp; in xfs_sync_sb_buf() local 1214 struct xfs_buf *bp; in xfs_sb_read_secondary() local 1236 struct xfs_buf *bp; in xfs_sb_get_secondary() local
|
D | xfs_symlink_remote.c | 41 struct xfs_buf *bp) in xfs_symlink_hdr_set() 70 struct xfs_buf *bp) in xfs_symlink_hdr_ok() 87 struct xfs_buf *bp) in xfs_symlink_verify() 113 struct xfs_buf *bp) in xfs_symlink_read_verify() 133 struct xfs_buf *bp) in xfs_symlink_write_verify() 167 struct xfs_buf *bp, in xfs_symlink_local_to_remote()
|
D | xfs_ag.c | 308 struct xfs_buf *bp; in xfs_get_aghdr_buf() local 334 struct xfs_buf *bp, in xfs_btroot_init() 344 struct xfs_buf *bp, in xfs_freesp_init_recs() 401 struct xfs_buf *bp, in xfs_bnoroot_init() 411 struct xfs_buf *bp, in xfs_cntroot_init() 424 struct xfs_buf *bp, in xfs_rmaproot_init() 503 struct xfs_buf *bp, in xfs_sbblock_init() 515 struct xfs_buf *bp, in xfs_agfblock_init() 563 struct xfs_buf *bp, in xfs_agflblock_init() 584 struct xfs_buf *bp, in xfs_agiblock_init() [all …]
|
D | xfs_dquot_buf.c | 147 struct xfs_buf *bp, in xfs_dquot_buf_verify_crc() 182 struct xfs_buf *bp, in xfs_dquot_buf_verify() 231 struct xfs_buf *bp) in xfs_dquot_buf_verify_struct() 240 struct xfs_buf *bp) in xfs_dquot_buf_read_verify() 257 struct xfs_buf *bp) in xfs_dquot_buf_readahead_verify() 275 struct xfs_buf *bp) in xfs_dquot_buf_write_verify()
|
D | xfs_dir2_block.c | 48 struct xfs_buf *bp) in xfs_dir3_block_verify() 69 struct xfs_buf *bp) in xfs_dir3_block_read_verify() 86 struct xfs_buf *bp) in xfs_dir3_block_write_verify() 120 struct xfs_buf *bp) in xfs_dir3_block_header_check() 166 struct xfs_buf *bp, in xfs_dir3_block_init() 301 struct xfs_buf *bp, in xfs_dir2_block_compact() 355 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_addname() local 595 struct xfs_buf *bp, /* block buffer */ in xfs_dir2_block_log_leaf() 615 struct xfs_buf *bp) /* block buffer */ in xfs_dir2_block_log_tail() 635 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup() local [all …]
|
D | xfs_dir2_data.c | 100 struct xfs_buf *bp) /* data block's buffer */ in __xfs_dir3_data_check() 276 struct xfs_buf *bp) in xfs_dir3_data_check() 292 struct xfs_buf *bp) in xfs_dir3_data_verify() 318 struct xfs_buf *bp) in xfs_dir3_data_reada_verify() 341 struct xfs_buf *bp) in xfs_dir3_data_read_verify() 358 struct xfs_buf *bp) in xfs_dir3_data_write_verify() 400 struct xfs_buf *bp) in xfs_dir3_data_header_check() 699 struct xfs_buf *bp; in xfs_dir3_data_init() local 763 struct xfs_buf *bp, in xfs_dir2_data_log_entry() 785 struct xfs_buf *bp) in xfs_dir2_data_log_header() [all …]
|
D | xfs_attr_remote.c | 92 struct xfs_buf *bp, in xfs_attr3_rmt_verify() 118 struct xfs_buf *bp, in __xfs_attr3_rmt_read_verify() 161 struct xfs_buf *bp) in xfs_attr3_rmt_read_verify() 173 struct xfs_buf *bp) in xfs_attr3_rmt_verify_struct() 184 struct xfs_buf *bp) in xfs_attr3_rmt_write_verify() 280 struct xfs_buf *bp, in xfs_attr_rmtval_copyout() 328 struct xfs_buf *bp, in xfs_attr_rmtval_copyin() 386 struct xfs_buf *bp; in xfs_attr_rmtval_get() local 496 struct xfs_buf *bp; in xfs_attr_rmtval_set_value() local 545 struct xfs_buf *bp; in xfs_attr_rmtval_stale() local
|
D | xfs_btree.c | 128 struct xfs_buf *bp) in __xfs_btree_check_lblock() 171 struct xfs_buf *bp) in xfs_btree_check_lblock() 195 struct xfs_buf *bp) in __xfs_btree_check_sblock() 239 struct xfs_buf *bp) in xfs_btree_check_sblock() 262 struct xfs_buf *bp) /* buffer containing block, if any */ in xfs_btree_check_block() 343 struct xfs_buf *bp) in xfs_btree_lblock_calc_crc() 357 struct xfs_buf *bp) in xfs_btree_lblock_verify_crc() 381 struct xfs_buf *bp) in xfs_btree_sblock_calc_crc() 395 struct xfs_buf *bp) in xfs_btree_sblock_verify_crc() 412 struct xfs_buf *bp) in xfs_btree_free_block() [all …]
|
D | xfs_dir2_node.c | 62 struct xfs_buf *bp) in xfs_dir3_leafn_check() 82 struct xfs_buf *bp) in xfs_dir3_leaf_check() 95 #define xfs_dir3_leaf_check(dp, bp) argument 100 struct xfs_buf *bp) in xfs_dir3_free_verify() 126 struct xfs_buf *bp) in xfs_dir3_free_read_verify() 143 struct xfs_buf *bp) in xfs_dir3_free_write_verify() 179 struct xfs_buf *bp) in xfs_dir3_free_header_check() 325 struct xfs_buf *bp; in xfs_dir3_free_get_buf() local 366 struct xfs_buf *bp, in xfs_dir2_free_log_bests() 386 struct xfs_buf *bp) in xfs_dir2_free_log_header() [all …]
|
D | xfs_dir2_leaf.c | 102 struct xfs_buf *bp) in xfs_dir3_leaf1_check() 122 struct xfs_buf *bp) in xfs_dir3_leaf_check() 135 #define xfs_dir3_leaf_check(dp, bp) argument 196 struct xfs_buf *bp) in xfs_dir3_leaf_verify() 212 struct xfs_buf *bp) in xfs_dir3_leaf_read_verify() 229 struct xfs_buf *bp) in xfs_dir3_leaf_write_verify() 308 struct xfs_buf *bp, in xfs_dir3_leaf_init() 359 struct xfs_buf *bp; in xfs_dir3_leaf_get_buf() local 923 struct xfs_buf *bp) /* leaf buffer */ in xfs_dir3_leaf_compact() 1065 struct xfs_buf *bp, /* leaf buffer */ in xfs_dir3_leaf_log_bests() [all …]
|
D | xfs_attr_leaf.c | 293 struct xfs_buf *bp) in xfs_attr3_leaf_verify() 374 struct xfs_buf *bp) in xfs_attr3_leaf_write_verify() 404 struct xfs_buf *bp) in xfs_attr3_leaf_read_verify() 911 struct xfs_buf *bp; in xfs_attr_shortform_to_leaf() local 976 struct xfs_buf *bp, in xfs_attr_shortform_allfit() 1093 struct xfs_buf *bp, in xfs_attr3_leaf_to_shortform() 1255 struct xfs_buf *bp; in xfs_attr3_leaf_create() local 1359 struct xfs_buf *bp, in xfs_attr3_leaf_add() 1438 struct xfs_buf *bp, in xfs_attr3_leaf_add_work() 1563 struct xfs_buf *bp) in xfs_attr3_leaf_compact() [all …]
|
D | xfs_rtbitmap.c | 31 struct xfs_buf *bp) in xfs_rtbuf_verify_read() 38 struct xfs_buf *bp) in xfs_rtbuf_verify_write() 61 struct xfs_buf *bp; /* block buffer, result */ in xfs_rtbuf_get() local 104 struct xfs_buf *bp; /* buf for the block */ in xfs_rtfind_back() local 279 struct xfs_buf *bp; /* buf for the block */ in xfs_rtfind_forw() local 454 struct xfs_buf *bp; /* buffer for the summary block */ in xfs_rtmodify_summary_int() local 542 struct xfs_buf *bp; /* buf for the block */ in xfs_rtmodify_range() local 776 struct xfs_buf *bp; /* buf for the block */ in xfs_rtcheck_range() local
|
D | xfs_da_btree.c | 185 struct xfs_buf *bp, in xfs_da3_blkinfo_verify() 208 struct xfs_buf *bp) in xfs_da3_node_verify() 243 struct xfs_buf *bp) in xfs_da3_node_write_verify() 273 struct xfs_buf *bp) in xfs_da3_node_read_verify() 310 struct xfs_buf *bp) in xfs_da3_node_verify_struct() 343 struct xfs_buf *bp) in xfs_da3_node_set_type() 431 struct xfs_buf *bp; in xfs_da3_node_create() local 643 struct xfs_buf *bp; in xfs_da3_root_split() local 1178 struct xfs_buf *bp; in xfs_da3_root_join() local 1248 struct xfs_buf *bp; in xfs_da3_node_toosmall() local [all …]
|
D | xfs_attr.c | 357 struct xfs_buf *bp = NULL; in xfs_attr_set_iter() local 650 struct xfs_buf *bp = NULL; in xfs_attr_lookup() local 929 struct xfs_buf *bp) in xfs_attr_leaf_try_add() 978 struct xfs_buf **bp) in xfs_attr_leaf_hasname() 1004 struct xfs_buf *bp; in xfs_attr_leaf_removename() local 1046 struct xfs_buf *bp; in xfs_attr_leaf_get() local 1273 struct xfs_buf *bp; in xfs_attr_node_shrink() local
|
/fs/jfs/ |
D | jfs_logmgr.c | 348 struct lbuf *bp; /* dst log page buffer */ in lmWriteRecord() local 565 struct lbuf *bp; in lmNextPage() local 747 struct lbuf *bp; in lmGCwrite() local 810 static void lmPostGC(struct lbuf * bp) in lmPostGC() 1254 struct lbuf *bp; in lmLogInit() local 1646 struct lbuf *bp; in lmLogShutdown() local 1886 struct lbuf *bp; in lbmAllocate() local 1915 static void lbmFree(struct lbuf * bp) in lbmFree() 1926 static void lbmfree(struct lbuf * bp) in lbmfree() 1954 static inline void lbmRedrive(struct lbuf *bp) in lbmRedrive() [all …]
|