Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dxattr.c4896 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local
4908 old_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets()
4911 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets()
4917 ret = ocfs2_read_xattr_bucket(old_first, src_blk); in ocfs2_mv_xattr_buckets()
4934 ret = ocfs2_xattr_bucket_journal_access(handle, old_first, in ocfs2_mv_xattr_buckets()
4970 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets); in ocfs2_mv_xattr_buckets()
4971 ocfs2_xattr_bucket_journal_dirty(handle, old_first); in ocfs2_mv_xattr_buckets()
4981 ocfs2_xattr_bucket_free(old_first); in ocfs2_mv_xattr_buckets()