Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dosst.h419 __u32 format_id; /* hardware compability AUX is based on */ member
Dosst.c421 aux->format_id = htonl(0); in osst_init_aux()
496 if (ntohl(aux->format_id) != 0) { in osst_verify_frame()
498 printk(OSST_DEB_MSG "osst%d:D: Skipping frame, format_id %u\n", dev, ntohl(aux->format_id)); in osst_verify_frame()
/linux-2.4.37.9/fs/
Ddquot.c1310 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path) in vfs_quota_on() argument
1315 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_quota_on()
/linux-2.4.37.9/drivers/ide/
Dide-tape.c517 __u32 format_id; /* hardware compability AUX is based on */ member
3214 aux->format_id = htonl(0); in idetape_init_stage()
3878 if (ntohl(aux->format_id) != 0) { in idetape_verify_stage()
3881 tape->first_frame_position, ntohl(aux->format_id)); in idetape_verify_stage()