Searched refs:dloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | verity.c | 151 struct fsverity_descriptor_location dloc = { in f2fs_end_enable_verity() local 182 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), in f2fs_end_enable_verity() 221 struct fsverity_descriptor_location dloc; in f2fs_get_verity_descriptor() local 228 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), NULL); in f2fs_get_verity_descriptor() 231 if (res != sizeof(dloc) || dloc.version != cpu_to_le32(F2FS_VERIFY_VER)) { in f2fs_get_verity_descriptor() 235 size = le32_to_cpu(dloc.size); in f2fs_get_verity_descriptor() 236 pos = le64_to_cpu(dloc in f2fs_get_verity_descriptor() [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | verity.c | 152 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 in f2fs_get_verity_descriptor() [all...] |
Completed in 2 milliseconds