Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dext_attr.c1158 unsigned int minoff; in ext2fs_xattr_inode_max_size() local
1183 minoff = EXT2_INODE_SIZE(fs->super) - sizeof(*inode) - sizeof(__u32); in ext2fs_xattr_inode_max_size()
1194 if (offs < minoff) in ext2fs_xattr_inode_max_size()
1195 minoff = offs; in ext2fs_xattr_inode_max_size()
1199 *size = minoff - ((char *)entry - (char *)start) - sizeof(__u32); in ext2fs_xattr_inode_max_size()
1202 *size = EXT2_EXT_ATTR_SIZE(minoff - in ext2fs_xattr_inode_max_size()