/fs/nfsd/ |
D | nfs4idmap.c | 134 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument 140 qword_add(bpp, blen, ent->authname); in idtoname_request() 142 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request() 143 qword_add(bpp, blen, idstr); in idtoname_request() 145 (*bpp)[-1] = '\n'; in idtoname_request() 315 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() argument 320 qword_add(bpp, blen, ent->authname); in nametoid_request() 321 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request() 322 qword_add(bpp, blen, ent->name); in nametoid_request() 324 (*bpp)[-1] = '\n'; in nametoid_request()
|
D | export.c | 75 char **bpp, int *blen) in expkey_request() argument 81 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 83 qword_add(bpp, blen, type); in expkey_request() 84 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request() 85 (*bpp)[-1] = '\n'; in expkey_request() 341 char **bpp, int *blen) in svc_export_request() argument 347 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 348 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 351 (*bpp)[0] = '\n'; in svc_export_request() 354 qword_add(bpp, blen, pth); in svc_export_request() [all …]
|
/fs/jfs/ |
D | jfs_mount.c | 464 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper() argument 467 *bpp = sb_bread(sb, SUPER1_OFF >> sb->s_blocksize_bits); in readSuper() 468 if (*bpp) in readSuper() 472 *bpp = sb_bread(sb, SUPER2_OFF >> sb->s_blocksize_bits); in readSuper() 473 if (*bpp) in readSuper()
|
D | jfs_logmgr.c | 188 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp); 1992 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead() argument 2000 *bpp = bp = lbmAllocate(log, pn); in lbmRead()
|
/fs/xfs/ |
D | xfs_rw.c | 360 xfs_buf_t **bpp) in xfs_read_buf() argument 373 *bpp = bp; in xfs_read_buf() 375 *bpp = NULL; in xfs_read_buf()
|
D | xfs_trans_buf.c | 292 xfs_buf_t **bpp) in xfs_trans_read_buf() argument 330 *bpp = bp; in xfs_trans_read_buf() 379 *bpp = NULL; in xfs_trans_read_buf() 389 *bpp = bp; in xfs_trans_read_buf() 403 *bpp = NULL; in xfs_trans_read_buf() 469 *bpp = bp; in xfs_trans_read_buf() 488 *bpp = NULL; in xfs_trans_read_buf()
|
D | xfs_btree.c | 446 struct xfs_buf **bpp) /* buffer containing the block */ in xfs_btree_get_block() argument 450 *bpp = NULL; in xfs_btree_get_block() 454 *bpp = cur->bc_bufs[level]; in xfs_btree_get_block() 455 return XFS_BUF_TO_BLOCK(*bpp); in xfs_btree_get_block() 627 xfs_buf_t **bpp, /* buffer for fsbno */ in xfs_btree_read_bufl() argument 644 *bpp = bp; in xfs_btree_read_bufl() 659 xfs_buf_t **bpp, /* buffer for agno/agbno */ in xfs_btree_read_bufs() argument 684 *bpp = bp; in xfs_btree_read_bufs() 994 XFS_BUF_SET_VTYPE_REF(*bpp, B_FS_MAP, XFS_ALLOC_BTREE_REF); in xfs_btree_set_refs() 997 XFS_BUF_SET_VTYPE_REF(*bpp, B_FS_INOMAP, XFS_INO_BTREE_REF); in xfs_btree_set_refs() [all …]
|
D | xfs_ialloc.c | 1465 struct xfs_buf **bpp) /* allocation group hdr buf */ in xfs_read_agi() argument 1475 XFS_FSS_TO_BB(mp, 1), 0, bpp); in xfs_read_agi() 1479 ASSERT(*bpp && !XFS_BUF_GETERROR(*bpp)); in xfs_read_agi() 1480 agi = XFS_BUF_TO_AGI(*bpp); in xfs_read_agi() 1492 xfs_trans_brelse(tp, *bpp); in xfs_read_agi() 1496 XFS_BUF_SET_VTYPE_REF(*bpp, B_FS_AGI, XFS_AGI_REF); in xfs_read_agi() 1507 struct xfs_buf **bpp) /* allocation group hdr buf */ in xfs_ialloc_read_agi() argument 1513 error = xfs_read_agi(mp, tp, agno, bpp); in xfs_ialloc_read_agi() 1517 agi = XFS_BUF_TO_AGI(*bpp); in xfs_ialloc_read_agi()
|
D | xfs_ag.h | 95 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); 148 xfs_agnumber_t agno, struct xfs_buf **bpp);
|
D | xfs_da_btree.h | 217 xfs_dabuf_t **bpp, int whichfork); 248 xfs_dabuf_t **bpp, int whichfork);
|
D | xfs_alloc.c | 482 xfs_buf_t **bpp) /* buffer for the ag free block array */ in xfs_alloc_read_agfl() argument 497 *bpp = bp; in xfs_alloc_read_agfl() 2241 struct xfs_buf **bpp) /* buffer for the ag freelist header */ in xfs_read_agf() argument 2251 XFS_FSS_TO_BB(mp, 1), flags, bpp); in xfs_read_agf() 2254 if (!*bpp) in xfs_read_agf() 2257 ASSERT(!XFS_BUF_GETERROR(*bpp)); in xfs_read_agf() 2258 agf = XFS_BUF_TO_AGF(*bpp); in xfs_read_agf() 2278 xfs_trans_brelse(tp, *bpp); in xfs_read_agf() 2282 XFS_BUF_SET_VTYPE_REF(*bpp, B_FS_AGF, XFS_AGF_REF); in xfs_read_agf() 2295 struct xfs_buf **bpp) /* buffer for the ag freelist header */ in xfs_alloc_read_agf() argument [all …]
|
D | xfs_rw.h | 77 struct xfs_buf **bpp);
|
D | xfs_ialloc.h | 140 struct xfs_buf **bpp); /* allocation group hdr buf */
|
D | xfs_btree.h | 378 struct xfs_buf **bpp, /* buffer for fsbno */ 392 struct xfs_buf **bpp, /* buffer for agno/agbno */
|
D | xfs_alloc.h | 194 struct xfs_buf **bpp); /* buffer for the ag freelist header */
|
D | xfs_dir2_data.h | 167 struct xfs_dabuf **bpp);
|
D | xfs_da_btree.c | 111 xfs_dabuf_t **bpp, int whichfork) in xfs_da_node_create() argument 134 *bpp = bp; in xfs_da_node_create() 1938 xfs_dabuf_t **bpp, in xfs_da_do_buf() argument 2125 if (bpp) in xfs_da_do_buf() 2126 *bpp = rbp; in xfs_da_do_buf() 2137 if (bpp) in xfs_da_do_buf() 2138 *bpp = NULL; in xfs_da_do_buf() 2151 xfs_dabuf_t **bpp, in xfs_da_get_buf() argument 2154 return xfs_da_do_buf(trans, dp, bno, &mappedbno, bpp, whichfork, 0, in xfs_da_get_buf() 2167 xfs_dabuf_t **bpp, in xfs_da_read_buf() argument [all …]
|
D | xfs_dir2_leaf.h | 239 struct xfs_dabuf **bpp, int magic);
|
D | xfs_dir2_block.c | 48 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **bpp, 631 xfs_dabuf_t **bpp, /* returned block buffer */ in xfs_dir2_block_lookup_int() argument 710 *bpp = bp; in xfs_dir2_block_lookup_int()
|
D | xfs_dir2_data.c | 391 xfs_dabuf_t **bpp) /* output block buffer */ in xfs_dir2_data_init() argument 440 *bpp = bp; in xfs_dir2_data_init()
|
D | xfs_inode.c | 137 xfs_buf_t **bpp, in xfs_imap_to_bp() argument 207 *bpp = bp; in xfs_imap_to_bp() 230 xfs_buf_t **bpp, in xfs_inotobp() argument 248 *bpp = bp; in xfs_inotobp() 276 xfs_buf_t **bpp, in xfs_itobp() argument 291 *bpp = NULL; in xfs_itobp() 296 *bpp = bp; in xfs_itobp()
|
D | xfs_dir2_leaf.c | 1127 xfs_dabuf_t **bpp, /* out: leaf buffer */ in xfs_dir2_leaf_init() argument 1173 *bpp = bp; in xfs_dir2_leaf_init()
|
D | xfs_rtalloc.c | 863 xfs_buf_t **bpp) /* output: buffer for the block */ in xfs_rtbuf_get() argument 894 *bpp = bp; in xfs_rtbuf_get()
|
D | xfs_attr_leaf.c | 60 xfs_dabuf_t **bpp); 910 xfs_attr_leaf_create(xfs_da_args_t *args, xfs_dablk_t blkno, xfs_dabuf_t **bpp) in xfs_attr_leaf_create() argument 941 *bpp = bp; in xfs_attr_leaf_create()
|
/fs/ext3/ |
D | inode.c | 3139 int bpp = ext3_journal_blocks_per_page(inode); in ext3_writepage_trans_blocks() local 3140 int indirects = (EXT3_NDIR_BLOCKS % bpp) ? 5 : 3; in ext3_writepage_trans_blocks() 3144 ret = 3 * (bpp + indirects) + 2; in ext3_writepage_trans_blocks() 3146 ret = 2 * (bpp + indirects) + 2; in ext3_writepage_trans_blocks()
|