Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dxattr.c197 unsigned int xattr_header_sz, inline_xattr_ofs; in inline_xattr_iter_begin() local
199 xattr_header_sz = inlinexattr_header_size(inode); in inline_xattr_iter_begin()
200 if (xattr_header_sz >= vi->xattr_isize) { in inline_xattr_iter_begin()
201 DBG_BUGON(xattr_header_sz > vi->xattr_isize); in inline_xattr_iter_begin()
205 inline_xattr_ofs = vi->inode_isize + xattr_header_sz; in inline_xattr_iter_begin()
215 return vi->xattr_isize - xattr_header_sz; in inline_xattr_iter_begin()

Completed in 4 milliseconds