Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dxattr.h23 unsigned int xattr_id) in xattrblock_addr() argument
27 xattr_id * sizeof(__u32) / EROFS_BLKSIZ; in xattrblock_addr()
34 unsigned int xattr_id) in xattrblock_offset() argument
36 return (xattr_id * sizeof(__u32)) % EROFS_BLKSIZ; in xattrblock_offset()
/linux/fs/squashfs/
A Dinode.c108 int xattr_id = SQUASHFS_INVALID_XATTR; in squashfs_read_inode() local
197 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()
251 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()
299 xattr_id = le32_to_cpu(xattr); in squashfs_read_inode()
343 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()
383 xattr_id = le32_to_cpu(sqsh_ino->xattr); in squashfs_read_inode()
394 if (xattr_id != SQUASHFS_INVALID_XATTR && msblk->xattr_id_table) { in squashfs_read_inode()
395 err = squashfs_xattr_lookup(sb, xattr_id, in squashfs_read_inode()
A DMakefile14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
/linux/Documentation/filesystems/
A Derofs.rst184 xattr offset = xattr_blkaddr * block_size + 4 * xattr_id

Completed in 5 milliseconds