Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dxattr.c4887 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local
4899 old_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets()
4902 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets()
4908 ret = ocfs2_read_xattr_bucket(old_first, src_blk); in ocfs2_mv_xattr_buckets()
4925 ret = ocfs2_xattr_bucket_journal_access(handle, old_first, in ocfs2_mv_xattr_buckets()
4961 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets); in ocfs2_mv_xattr_buckets()
4962 ocfs2_xattr_bucket_journal_dirty(handle, old_first); in ocfs2_mv_xattr_buckets()
4972 ocfs2_xattr_bucket_free(old_first); in ocfs2_mv_xattr_buckets()