Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dxattr.c190 unsigned int xattr_header_sz, inline_xattr_ofs; in inline_xattr_iter_begin() local
198 inline_xattr_ofs = vi->inode_isize + xattr_header_sz; in inline_xattr_iter_begin()
200 it->blkaddr = erofs_blknr(iloc(sbi, vi->nid) + inline_xattr_ofs); in inline_xattr_iter_begin()
201 it->ofs = erofs_blkoff(iloc(sbi, vi->nid) + inline_xattr_ofs); in inline_xattr_iter_begin()