| /fs/xfs/ |
| A D | xfs_buf.h | 215 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp); 217 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, 229 struct xfs_buf **bpp) in xfs_buf_incore() argument 233 return xfs_buf_get_map(target, &map, 1, XBF_INCORE | flags, bpp); in xfs_buf_incore() 241 struct xfs_buf **bpp) in xfs_buf_get() argument 245 return xfs_buf_get_map(target, &map, 1, 0, bpp); in xfs_buf_get() 254 struct xfs_buf **bpp, in xfs_buf_read() argument 259 return xfs_buf_read_map(target, &map, 1, flags, bpp, ops, in xfs_buf_read() 275 struct xfs_buf **bpp); 277 size_t numblks, struct xfs_buf **bpp,
|
| A D | xfs_trans.h | 175 struct xfs_buf **bpp); 184 struct xfs_buf **bpp) in xfs_trans_get_buf() argument 187 return xfs_trans_get_buf_map(tp, target, &map, 1, flags, bpp); in xfs_trans_get_buf() 195 struct xfs_buf **bpp, 206 struct xfs_buf **bpp, in xfs_trans_read_buf() argument 211 flags, bpp, ops); in xfs_trans_read_buf()
|
| A D | xfs_buf.c | 258 struct xfs_buf **bpp) in xfs_buf_alloc() argument 264 *bpp = NULL; in xfs_buf_alloc() 318 *bpp = bp; in xfs_buf_alloc() 482 *bpp = bp; in xfs_buf_lookup() 527 *bpp = bp; in xfs_buf_find_insert() 532 *bpp = new_bp; in xfs_buf_find_insert() 628 *bpp = bp; in xfs_buf_get_map() 700 *bpp = NULL; in xfs_buf_read_map() 753 *bpp = bp; in xfs_buf_read_map() 812 *bpp = NULL; in xfs_buf_read_uncached() [all …]
|
| A D | xfs_trans_buf.c | 122 struct xfs_buf **bpp) in xfs_trans_get_buf_map() argument 128 *bpp = NULL; in xfs_trans_get_buf_map() 130 return xfs_buf_get_map(target, map, nmaps, flags, bpp); in xfs_trans_get_buf_map() 152 *bpp = bp; in xfs_trans_get_buf_map() 164 *bpp = bp; in xfs_trans_get_buf_map() 233 struct xfs_buf **bpp, in xfs_trans_read_buf_map() argument 240 *bpp = NULL; in xfs_trans_read_buf_map() 300 *bpp = bp; in xfs_trans_read_buf_map() 329 *bpp = bp; in xfs_trans_read_buf_map()
|
| A D | xfs_dquot.c | 345 struct xfs_buf **bpp) in xfs_dquot_disk_alloc() argument 442 *bpp = bp; in xfs_dquot_disk_alloc() 459 struct xfs_buf **bpp) in xfs_dquot_disk_read() argument 514 *bpp = bp; in xfs_dquot_disk_read() 1280 struct xfs_buf **bpp) in xfs_dquot_read_buf() argument 1294 *bpp = bp; in xfs_dquot_read_buf() 1355 struct xfs_buf **bpp) in xfs_dquot_use_attached_buf() argument 1367 *bpp = NULL; in xfs_dquot_use_attached_buf() 1375 *bpp = bp; in xfs_dquot_use_attached_buf()
|
| A D | xfs_dir2_readdir.c | 248 struct xfs_buf **bpp) in xfs_dir2_leaf_readbuf() argument 336 *bpp = bp; in xfs_dir2_leaf_readbuf()
|
| /fs/xfs/libxfs/ |
| A D | xfs_dir2_priv.h | 54 xfs_ino_t owner, struct xfs_buf **bpp); 82 struct xfs_buf **bpp); 91 struct xfs_buf **bpp); 99 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 101 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 111 struct xfs_buf **bpp, uint16_t magic); 159 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp);
|
| A D | xfs_btree_staging.c | 242 struct xfs_buf **bpp) in xfs_btree_bload_drop_buf() argument 244 struct xfs_buf *bp = *bpp; in xfs_btree_bload_drop_buf() 258 *bpp = NULL; in xfs_btree_bload_drop_buf() 290 struct xfs_buf **bpp, /* in/out */ in xfs_btree_bload_prep_block() argument 303 ASSERT(*bpp == NULL); in xfs_btree_bload_prep_block() 314 *bpp = NULL; in xfs_btree_bload_prep_block() 339 ret = xfs_btree_bload_drop_buf(bbl, buffers_list, bpp); in xfs_btree_bload_prep_block() 348 *bpp = new_bp; in xfs_btree_bload_prep_block()
|
| A D | xfs_da_btree.h | 178 int level, struct xfs_buf **bpp, int whichfork); 200 xfs_dablk_t bno, struct xfs_buf **bpp, int whichfork); 202 xfs_daddr_t mappedbno, struct xfs_buf **bpp, 217 xfs_dablk_t bno, unsigned int flags, struct xfs_buf **bpp,
|
| A D | xfs_dir2_leaf.c | 299 struct xfs_buf **bpp) in xfs_dir3_leaf_read() argument 306 if (err || !(*bpp)) in xfs_dir3_leaf_read() 311 __xfs_buf_mark_corrupt(*bpp, fa); in xfs_dir3_leaf_read() 312 xfs_trans_brelse(tp, *bpp); in xfs_dir3_leaf_read() 313 *bpp = NULL; in xfs_dir3_leaf_read() 329 struct xfs_buf **bpp) in xfs_dir3_leafn_read() argument 336 if (err || !(*bpp)) in xfs_dir3_leafn_read() 342 xfs_trans_brelse(tp, *bpp); in xfs_dir3_leafn_read() 343 *bpp = NULL; in xfs_dir3_leafn_read() 405 struct xfs_buf **bpp, in xfs_dir3_leaf_get_buf() argument [all …]
|
| A D | xfs_dir2_block.c | 31 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp, 143 struct xfs_buf **bpp) in xfs_dir3_block_read() argument 149 err = xfs_da_read_buf(tp, dp, mp->m_dir_geo->datablk, 0, bpp, in xfs_dir3_block_read() 151 if (err || !*bpp) in xfs_dir3_block_read() 155 fa = xfs_dir3_block_header_check(*bpp, owner); in xfs_dir3_block_read() 157 __xfs_buf_mark_corrupt(*bpp, fa); in xfs_dir3_block_read() 158 xfs_trans_brelse(tp, *bpp); in xfs_dir3_block_read() 159 *bpp = NULL; in xfs_dir3_block_read() 164 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_BLOCK_BUF); in xfs_dir3_block_read() 684 struct xfs_buf **bpp, /* returned block buffer */ in xfs_dir2_block_lookup_int() argument [all …]
|
| A D | xfs_dir2_data.c | 446 struct xfs_buf **bpp) in xfs_dir3_data_read() argument 451 err = xfs_da_read_buf(tp, dp, bno, flags, bpp, XFS_DATA_FORK, in xfs_dir3_data_read() 453 if (err || !*bpp) in xfs_dir3_data_read() 457 fa = xfs_dir3_data_header_check(*bpp, owner); in xfs_dir3_data_read() 459 __xfs_buf_mark_corrupt(*bpp, fa); in xfs_dir3_data_read() 460 xfs_trans_brelse(tp, *bpp); in xfs_dir3_data_read() 461 *bpp = NULL; in xfs_dir3_data_read() 466 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir3_data_read() 720 struct xfs_buf **bpp) /* output block buffer */ in xfs_dir3_data_init() argument 780 *bpp = bp; in xfs_dir3_data_init()
|
| A D | xfs_sb.h | 36 struct xfs_buf **bpp); 39 struct xfs_buf **bpp);
|
| A D | xfs_da_btree.c | 435 struct xfs_buf **bpp, in xfs_da3_node_read() argument 452 struct xfs_buf **bpp, in xfs_da3_node_read_mapped() argument 463 if (error || !*bpp) in xfs_da3_node_read_mapped() 507 struct xfs_buf **bpp, in xfs_da3_node_create() argument 545 *bpp = bp; in xfs_da3_node_create() 2781 struct xfs_buf **bpp, in xfs_da_get_buf() argument 2790 *bpp = NULL; in xfs_da_get_buf() 2799 *bpp = bp; in xfs_da_get_buf() 2817 struct xfs_buf **bpp, in xfs_da_read_buf() argument 2827 *bpp = NULL; in xfs_da_read_buf() [all …]
|
| A D | xfs_dir2_node.c | 220 struct xfs_buf **bpp) in __xfs_dir3_free_read() argument 227 if (err || !*bpp) in __xfs_dir3_free_read() 231 fa = xfs_dir3_free_header_check(*bpp, owner, fbno); in __xfs_dir3_free_read() 233 __xfs_buf_mark_corrupt(*bpp, fa); in __xfs_dir3_free_read() 234 xfs_trans_brelse(tp, *bpp); in __xfs_dir3_free_read() 235 *bpp = NULL; in __xfs_dir3_free_read() 305 struct xfs_buf **bpp) in xfs_dir2_free_read() argument 316 struct xfs_buf **bpp) in xfs_dir2_free_try_read() argument 319 bpp); in xfs_dir2_free_try_read() 326 struct xfs_buf **bpp) in xfs_dir3_free_get_buf() argument [all …]
|
| A D | xfs_btree.h | 519 int level, struct xfs_buf **bpp); 651 struct xfs_buf **bpp); 654 struct xfs_btree_block **block, struct xfs_buf **bpp);
|
| A D | xfs_inode_buf.h | 23 struct xfs_imap *imap, struct xfs_buf **bpp);
|
| A D | xfs_attr_leaf.c | 49 xfs_dablk_t which_block, struct xfs_buf **bpp); 474 struct xfs_buf **bpp) in xfs_attr3_leaf_read() argument 479 err = xfs_da_read_buf(tp, dp, bno, 0, bpp, XFS_ATTR_FORK, in xfs_attr3_leaf_read() 481 if (err || !(*bpp)) in xfs_attr3_leaf_read() 484 fa = xfs_attr3_leaf_header_check(*bpp, owner); in xfs_attr3_leaf_read() 486 __xfs_buf_mark_corrupt(*bpp, fa); in xfs_attr3_leaf_read() 487 xfs_trans_brelse(tp, *bpp); in xfs_attr3_leaf_read() 488 *bpp = NULL; in xfs_attr3_leaf_read() 494 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_read() 1286 struct xfs_buf **bpp) in xfs_attr3_leaf_create() argument [all …]
|
| A D | xfs_attr_leaf.h | 101 xfs_ino_t owner, xfs_dablk_t bno, struct xfs_buf **bpp);
|
| /fs/nfsd/ |
| A D | nfs4idmap.c | 133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument 139 qword_add(bpp, blen, ent->authname); in idtoname_request() 141 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request() 142 qword_add(bpp, blen, idstr); in idtoname_request() 144 (*bpp)[-1] = '\n'; in idtoname_request() 313 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument 318 qword_add(bpp, blen, ent->authname); in nametoid_request() 319 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request() 320 qword_add(bpp, blen, ent->name); in nametoid_request() 322 (*bpp)[-1] = '\n'; in nametoid_request()
|
| A D | export.c | 61 char **bpp, int *blen) in expkey_request() argument 67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 69 qword_add(bpp, blen, type); in expkey_request() 70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request() 71 (*bpp)[-1] = '\n'; in expkey_request() 384 char **bpp, int *blen) in svc_export_request() argument 390 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 391 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 394 (*bpp)[0] = '\n'; in svc_export_request() 397 qword_add(bpp, blen, pth); in svc_export_request() [all …]
|
| /fs/jfs/ |
| A D | jfs_mount.c | 458 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper() argument 461 *bpp = sb_bread(sb, SUPER1_OFF >> sb->s_blocksize_bits); in readSuper() 462 if (*bpp) in readSuper() 466 *bpp = sb_bread(sb, SUPER2_OFF >> sb->s_blocksize_bits); in readSuper() 467 if (*bpp) in readSuper()
|
| /fs/xfs/scrub/ |
| A D | readdir.c | 149 struct xfs_buf **bpp) in xchk_read_leaf_dir_buf() argument 158 *bpp = NULL; in xchk_read_leaf_dir_buf() 179 return xfs_dir3_data_read(tp, dp, dp->i_ino, map.br_startoff, 0, bpp); in xchk_read_leaf_dir_buf()
|
| A D | attr_repair.c | 523 struct xfs_buf **bpp) in xrep_xattr_find_buf() argument 533 *bpp = bp; in xrep_xattr_find_buf() 538 *bpp = NULL; in xrep_xattr_find_buf() 543 XBF_TRYLOCK, bpp, NULL); in xrep_xattr_find_buf()
|
| /fs/nfs/ |
| A D | dns_resolve.c | 141 char **bpp, int *blen) in nfs_dns_request() argument 145 qword_add(bpp, blen, key->hostname); in nfs_dns_request() 146 (*bpp)[-1] = '\n'; in nfs_dns_request()
|