Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/efs/
H A Dsuper.c161 int pt_type, slice = -1; in module_exit() local
203 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
205 if (pt_type == pt_entry->pt_type) break; in module_exit()
212 pt_type, (pt_entry->pt_name) ? in module_exit()
216 if (IS_EFS(pt_type)) { in module_exit()
/OK3568_Linux_fs/kernel/include/linux/
H A Defs_vh.h28 __be32 pt_type; /* use of partition */ member
49 int pt_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_ns.h78 __u8 pt_type; member
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_ns.h65 __u8 pt_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_ns.h78 __u8 pt_type; member
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c299 enum poll_time_type pt_type, int ret) in poll_select_finish() argument
321 switch (pt_type) { in poll_select_finish()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dgtt.c175 int pt_type; member
183 .pt_type = cpt_type, \
269 return gtt_type_table[type].pt_type; in get_pt_type()