Lines Matching defs:dloc
152 struct fsverity_descriptor_location dloc = {
183 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc),
222 struct fsverity_descriptor_location dloc;
229 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), NULL);
232 if (res != sizeof(dloc) || dloc.version != cpu_to_le32(F2FS_VERIFY_VER)) {
236 size = le32_to_cpu(dloc.size);
237 pos = le64_to_cpu(dloc.pos);