Home
last modified time | relevance | path

Searched refs:f_size (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/
H A Dperf.h78 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) \ argument
111 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
135 #define __field_(r_name, r_value, r_idx_1, f_offset, f_size, f_name) argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dspl_resource_img.h85 uint32_t f_size; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1267 long f_size = skb_headlen(skb) - sh_len; /* current fragment size */ in nicvf_tso_count_subdescs() local
1279 while (f_used >= f_size) { in nicvf_tso_count_subdescs()
1281 f_size = skb_frag_size(&sh->frags[f_id]); in nicvf_tso_count_subdescs()
1287 if (n > f_size - f_used) in nicvf_tso_count_subdescs()
1288 n = f_size - f_used; in nicvf_tso_count_subdescs()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dextent_cache.c897 loff_t f_size = i_size_read(inode); in __get_new_block_age() local
907 if ((f_size >> PAGE_SHIFT) == ei->fofs && f_size & (PAGE_SIZE - 1) && in __get_new_block_age()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_calib.c95 int f_size; in aw_cali_get_cali_re_from_file() local
110 f_size = AW_INT_DEC_DIGIT; in aw_cali_get_cali_re_from_file()
112 buf = kzalloc(f_size + 1, GFP_ATOMIC); in aw_cali_get_cali_re_from_file()
114 aw_pr_err("channel:%d malloc mem %d failed!", channel, f_size); in aw_cali_get_cali_re_from_file()
122 aw_fs_read(fp, buf, f_size, &pos); in aw_cali_get_cali_re_from_file()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c444 entry->f_size); in rkfw_load_kernel()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c4660 loff_t f_size = i_size_read(file_inode(file)); in nfsd4_encode_read_plus_hole() local
4665 data_pos = f_size; in nfsd4_encode_read_plus_hole()
4666 else if (data_pos <= read->rd_offset || (data_pos < f_size && data_pos % PAGE_SIZE)) in nfsd4_encode_read_plus_hole()
4667 return nfsd4_encode_read_plus_data(resp, read, maxcount, eof, &f_size); in nfsd4_encode_read_plus_hole()
4679 *eof = (read->rd_offset + count) >= f_size; in nfsd4_encode_read_plus_hole()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2362 unsigned int f_size = skb_frag_size(&skb_shinfo(skb)->frags[f]); in atl1_xmit_frame() local
2363 count += (f_size + ATL1_MAX_TX_BUF_LEN - 1) / in atl1_xmit_frame()