Home
last modified time | relevance | path

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

/fs/ocfs2/
Dxattr.c4885 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local
4899 new_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets()
4900 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets()
4946 ret = ocfs2_read_xattr_bucket(new_first, to_blk); in ocfs2_mv_xattr_buckets()
4951 ret = ocfs2_xattr_bucket_journal_access(handle, new_first, in ocfs2_mv_xattr_buckets()
4962 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()
4963 ocfs2_xattr_bucket_journal_dirty(handle, new_first); in ocfs2_mv_xattr_buckets()
4966 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()
4969 ocfs2_xattr_bucket_free(new_first); in ocfs2_mv_xattr_buckets()