Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dverity.c152 struct fsverity_descriptor_location dloc = { in f2fs_end_enable_verity() local
183 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), in f2fs_end_enable_verity()
222 struct fsverity_descriptor_location dloc; in f2fs_get_verity_descriptor() local
229 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), NULL); in f2fs_get_verity_descriptor()
232 if (res != sizeof(dloc) || dloc.version != cpu_to_le32(F2FS_VERIFY_VER)) { in f2fs_get_verity_descriptor()
236 size = le32_to_cpu(dloc.size); in f2fs_get_verity_descriptor()
237 pos = le64_to_cpu(dloc.pos); in f2fs_get_verity_descriptor()