Searched refs:xb (Results 1 – 3 of 3) sorted by relevance
473 struct ocfs2_xattr_block *xb = in ocfs2_validate_xattr_block() local485 rc = ocfs2_validate_meta_ecc(sb, bh->b_data, &xb->xb_check); in ocfs2_validate_xattr_block()493 if (!OCFS2_IS_VALID_XATTR_BLOCK(xb)) { in ocfs2_validate_xattr_block()497 xb->xb_signature); in ocfs2_validate_xattr_block()500 if (le64_to_cpu(xb->xb_blkno) != bh->b_blocknr) { in ocfs2_validate_xattr_block()504 (unsigned long long)le64_to_cpu(xb->xb_blkno)); in ocfs2_validate_xattr_block()507 if (le32_to_cpu(xb->xb_fs_generation) != OCFS2_SB(sb)->fs_generation) { in ocfs2_validate_xattr_block()511 le32_to_cpu(xb->xb_fs_generation)); in ocfs2_validate_xattr_block()999 struct ocfs2_xattr_block *xb; in ocfs2_xattr_block_list() local1012 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()[all …]
292 struct ocfs2_xattr_block *xb = et->et_object; in ocfs2_xattr_tree_fill_root_el() local294 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el()307 struct ocfs2_xattr_block *xb = et->et_object; in ocfs2_xattr_tree_set_last_eb_blk() local308 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_set_last_eb_blk()315 struct ocfs2_xattr_block *xb = et->et_object; in ocfs2_xattr_tree_get_last_eb_blk() local316 struct ocfs2_xattr_tree_root *xt = &xb->xb_attrs.xb_root; in ocfs2_xattr_tree_get_last_eb_blk()324 struct ocfs2_xattr_block *xb = et->et_object; in ocfs2_xattr_tree_update_clusters() local326 le32_add_cpu(&xb->xb_attrs.xb_root.xt_clusters, clusters); in ocfs2_xattr_tree_update_clusters()
3537 struct xdr_buf *xb = &rqstp->rq_arg; in nfsd4_request_too_big() local3539 return xb->len > session->se_fchannel.maxreq_sz; in nfsd4_request_too_big()