Searched refs:xattr_id (Results 1 – 3 of 3) sorted by relevance
30 xattrblock_addr(struct erofs_sb_info *sbi, unsigned xattr_id) in xattrblock_addr() argument34 xattr_id * sizeof(__u32) / EROFS_BLKSIZ; in xattrblock_addr()41 xattrblock_offset(struct erofs_sb_info *sbi, unsigned xattr_id) in xattrblock_offset() argument43 return (xattr_id * sizeof(__u32)) % EROFS_BLKSIZ; in xattrblock_offset()
121 int xattr_id = SQUASHFS_INVALID_XATTR; in squashfs_read_inode() local210 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()264 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()312 xattr_id = le32_to_cpu(xattr); in squashfs_read_inode()356 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()396 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()407 if (xattr_id != SQUASHFS_INVALID_XATTR && msblk->xattr_id_table) { in squashfs_read_inode()408 err = squashfs_xattr_lookup(sb, xattr_id, in squashfs_read_inode()
14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o