Searched refs:h_size (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_log_recover.c | 500 uint h_size = INT_GET(head->h_size, ARCH_CONVERT); in xlog_find_verify_log_record() local 502 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_verify_log_record() 503 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_verify_log_record() 912 int h_size = INT_GET(rhead->h_size, ARCH_CONVERT); in xlog_find_tail() local 916 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_find_tail() 917 hblks = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_tail() 918 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_tail() 3546 int error = 0, h_size; in xlog_do_recovery_pass() local 3573 h_size = INT_GET(rhead->h_size, ARCH_CONVERT); in xlog_do_recovery_pass() 3576 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_do_recovery_pass() [all …]
|
D | xfs_log_priv.h | 393 int h_size; /* iclog size : 4 */ member
|
D | xfs_log.c | 1229 INT_SET(head->h_size, ARCH_CONVERT, log->l_iclog_size); in xlog_alloc_log()
|
/linux-2.4.37.9/include/linux/ |
D | videodev.h | 295 __u32 h_size; /* current unscaled horizontal size */ member
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 3180 int NW_flag = 0, h_size, return_value; 3244 h_size = TACHYON_HEADER_LEN + NW_HEADER_LEN; 3245 memcpy(fi->q.ptr_tachyon_header[fi->q.tachyon_header_indx], &(fi->g.tach_header), h_size);
|
/linux-2.4.37.9/drivers/media/video/ |
D | stradis.c | 520 saa->vidinfo.h_size = 704; in saa7146_irq()
|