Searched refs:seq_start (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/fs/ext4/ |
D | move_extent.c | 1114 ext4_lblk_t block_end, seq_start, add_blocks, file_end, seq_blocks = 0; in ext4_move_extents() local 1201 seq_start = le32_to_cpu(ext_cur->ee_block); in ext4_move_extents() 1204 seq_start = le32_to_cpu(ext_cur->ee_block); in ext4_move_extents() 1206 seq_start = block_start; in ext4_move_extents() 1225 if (seq_start + seq_blocks - 1 > block_end) in ext4_move_extents() 1226 seq_blocks = block_end - seq_start + 1; in ext4_move_extents() 1250 data_offset_in_page = seq_start % blocks_per_page; in ext4_move_extents() 1265 orig_page_offset = seq_start >> in ext4_move_extents() 1267 seq_end_page = (seq_start + seq_blocks - 1) >> in ext4_move_extents() 1269 seq_start = le32_to_cpu(ext_cur->ee_block); in ext4_move_extents() [all …]
|
/linux-3.4.99/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 233 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start() function 249 .start = seq_start, 256 .start = seq_start,
|
/linux-3.4.99/net/netfilter/ |
D | nf_log.c | 136 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 194 .start = seq_start,
|
D | nf_queue.c | 349 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 390 .start = seq_start,
|
D | nfnetlink_log.c | 900 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 931 .start = seq_start,
|
D | nfnetlink_queue.c | 923 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 955 .start = seq_start,
|
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 228 ath_send_bar(tid, tid->seq_start); in ath_tx_flush_tid() 238 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_update_baw() 244 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in ath_tx_update_baw() 256 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_addto_baw() 303 tid->seq_next = tid->seq_start; in ath_tid_drain() 465 seq_first = tid->seq_start; in ath_tx_complete_aggr() 616 if (BAW_WITHIN(tid->seq_start, tid->baw_size, bar_seq)) in ath_tx_complete_aggr() 617 tid->bar_index = ATH_BA_INDEX(tid->seq_start, bar_seq); in ath_tx_complete_aggr() 839 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno)) { in ath_tx_form_aggr() 844 if (tid->bar_index > ATH_BA_INDEX(tid->seq_start, seqno)) { in ath_tx_form_aggr() [all …]
|
D | ath9k.h | 243 u16 seq_start; member
|