Searched refs:bc (Results 1 – 6 of 6) sorted by relevance
/fs/ocfs2/ |
D | blockcheck.c | 352 struct ocfs2_block_check *bc) in ocfs2_block_check_compute() argument 357 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_compute() 368 bc->bc_crc32e = cpu_to_le32(crc); in ocfs2_block_check_compute() 369 bc->bc_ecc = cpu_to_le16((u16)ecc); in ocfs2_block_check_compute() 381 struct ocfs2_block_check *bc, in ocfs2_block_check_validate() argument 391 bc_crc32e = le32_to_cpu(bc->bc_crc32e); in ocfs2_block_check_validate() 392 bc_ecc = le16_to_cpu(bc->bc_ecc); in ocfs2_block_check_validate() 394 memset(bc, 0, sizeof(struct ocfs2_block_check)); in ocfs2_block_check_validate() 423 bc->bc_crc32e = cpu_to_le32(bc_crc32e); in ocfs2_block_check_validate() 424 bc->bc_ecc = cpu_to_le16(bc_ecc); in ocfs2_block_check_validate() [all …]
|
D | blockcheck.h | 33 struct ocfs2_block_check *bc); 35 struct ocfs2_block_check *bc); 38 struct ocfs2_block_check *bc); 41 struct ocfs2_block_check *bc); 45 struct ocfs2_block_check *bc); 47 struct ocfs2_block_check *bc, 50 struct ocfs2_block_check *bc); 52 struct ocfs2_block_check *bc,
|
/fs/xfs/ |
D | xfs_itable.c | 59 struct xfs_bstat_chunk *bc) in xfs_bulkstat_one_int() argument 64 struct xfs_bulkstat *buf = bc->buf; in xfs_bulkstat_one_int() 139 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int() 152 bc->breq->startino = ino + 1; in xfs_bulkstat_one_int() 163 struct xfs_bstat_chunk bc = { in xfs_bulkstat_one() local 171 bc.buf = kmem_zalloc(sizeof(struct xfs_bulkstat), in xfs_bulkstat_one() 173 if (!bc.buf) in xfs_bulkstat_one() 176 error = xfs_bulkstat_one_int(breq->mp, NULL, breq->startino, &bc); in xfs_bulkstat_one() 178 kmem_free(bc.buf); in xfs_bulkstat_one() 236 struct xfs_bstat_chunk bc = { in xfs_bulkstat() local [all …]
|
/fs/crypto/ |
D | inline_crypt.c | 306 const struct bio_crypt_ctx *bc = bio->bi_crypt_context; in fscrypt_mergeable_bio() local 309 if (!!bc != fscrypt_inode_uses_inline_crypto(inode)) in fscrypt_mergeable_bio() 314 if (!bc) in fscrypt_mergeable_bio() 322 if (bc->bc_key != &inode->i_crypt_info->ci_key.blk_key->base) in fscrypt_mergeable_bio() 326 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()
|
/fs/nfsd/ |
D | nfs4xdr.c | 606 …e32 nfsd4_decode_backchannel_ctl(struct nfsd4_compoundargs *argp, struct nfsd4_backchannel_ctl *bc) in nfsd4_decode_backchannel_ctl() argument 611 bc->bc_cb_program = be32_to_cpup(p++); in nfsd4_decode_backchannel_ctl() 612 nfsd4_decode_cb_sec(argp, &bc->bc_cb_sec); in nfsd4_decode_backchannel_ctl()
|
D | nfs4state.c | 3384 struct nfsd4_backchannel_ctl *bc = &u->backchannel_ctl; in nfsd4_backchannel_ctl() local 3389 status = nfsd4_check_cb_sec(&bc->bc_cb_sec); in nfsd4_backchannel_ctl() 3393 session->se_cb_prog = bc->bc_cb_program; in nfsd4_backchannel_ctl() 3394 session->se_cb_sec = bc->bc_cb_sec; in nfsd4_backchannel_ctl()
|