Home
last modified time | relevance | path

Searched refs:xb_bh (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Dxattr.c4424 struct buffer_head *xb_bh, in ocfs2_cp_xattr_block_to_bucket() argument
4432 (struct ocfs2_xattr_block *)xb_bh->b_data; in ocfs2_cp_xattr_block_to_bucket()
4436 char *src = xb_bh->b_data; in ocfs2_cp_xattr_block_to_bucket()
4440 (unsigned long long)xb_bh->b_blocknr, in ocfs2_cp_xattr_block_to_bucket()
4520 struct buffer_head *xb_bh = xs->xattr_bh; in ocfs2_xattr_create_index_block() local
4522 (struct ocfs2_xattr_block *)xb_bh->b_data; in ocfs2_xattr_create_index_block()
4527 (unsigned long long)xb_bh->b_blocknr); in ocfs2_xattr_create_index_block()
4539 ret = ocfs2_journal_access_xb(handle, INODE_CACHE(inode), xb_bh, in ocfs2_xattr_create_index_block()
4575 ocfs2_cp_xattr_block_to_bucket(inode, xb_bh, xs->bucket); in ocfs2_xattr_create_index_block()
4578 ocfs2_xattr_update_xattr_search(inode, xs, xb_bh); in ocfs2_xattr_create_index_block()
[all …]