Lines Matching refs:dloc
151 struct fsverity_descriptor_location dloc = {
182 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc),
221 struct fsverity_descriptor_location dloc;
228 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), NULL);
231 if (res != sizeof(dloc) || dloc.version != cpu_to_le32(F2FS_VERIFY_VER)) {
235 size = le32_to_cpu(dloc.size);
236 pos = le64_to_cpu(dloc.pos);