Lines Matching defs:ref
1022 * to increment ref counts for existing ea_inodes referenced by it.
1117 ext4_warning_inode(ea_inode, "inc ref error %d", err);
1145 ext4_warning_inode(ea_inode, "cleanup dec ref error %d",
1184 /* One credit for dec ref on ea_inode, one for orphan list addition, */
1228 ext4_warning_inode(ea_inode, "ea_inode dec ref err=%d",
1239 * decrements the ref count. This avoids duplicate decrements in
1274 u32 hash, ref;
1286 ref = le32_to_cpu(BHDR(bh)->h_refcount);
1287 if (ref == 1) {
1319 ref--;
1320 BHDR(bh)->h_refcount = cpu_to_le32(ref);
1321 if (ref == EXT4_XATTR_REFCOUNT_MAX - 1) {
1497 "cleanup dec ref error %d", err);
1597 ext4_warning_inode(ea_inode, "cleanup dec ref error %d", err);
1730 /* We are ready to release ref count on the old_ea_inode. */
1733 /* Release newly required ref count on new_ea_inode. */
1741 "dec ref new_ea_inode err=%d",
1999 * ref count on it because the reference belongs to the
2047 * A ref count on ea_inode has been taken as part of the call to
2049 * extra ref but we have to wait until the xattr block is
2050 * initialized and has its own ref count on the ea_inode.
2071 u32 ref;
2096 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1;
2097 if (ref > EXT4_XATTR_REFCOUNT_MAX) {
2112 BHDR(new_bh)->h_refcount = cpu_to_le32(ref);
2113 if (ref == EXT4_XATTR_REFCOUNT_MAX)
2116 ref);
2164 /* Drop the extra ref on ea_inode. */
2169 "dec ref error=%d",
2218 ext4_warning_inode(ea_inode, "dec ref error=%d",