Home
last modified time | relevance | path

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

/linux/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()
/linux/include/linux/
H A Defs_vh.h28 __be32 pt_type; /* use of partition */ member
49 int pt_type; member
/linux/include/uapi/scsi/fc/
H A Dfc_ns.h65 __u8 pt_type; member
/linux/fs/
H A Dselect.c297 enum poll_time_type pt_type, int ret) in poll_select_finish() argument
319 switch (pt_type) { in poll_select_finish()