Home
last modified time | relevance | path

Searched refs:clen (Results 1 – 7 of 7) sorted by relevance

/fs/ocfs2/
Dreservations.c295 unsigned int clen, char *disk_bitmap) in ocfs2_resmap_restart() argument
303 resmap->m_bitmap_len = clen; in ocfs2_resmap_restart()
478 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
499 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window()
501 &cstart, &clen); in __ocfs2_resv_find_window()
507 BUG_ON(goal == 0 && clen == 0); in __ocfs2_resv_find_window()
509 if (clen == 0) in __ocfs2_resv_find_window()
513 resv->r_len = clen; in __ocfs2_resv_find_window()
552 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window()
554 &cstart, &clen); in __ocfs2_resv_find_window()
[all …]
Dreservations.h111 unsigned int clen, char *disk_bitmap);
138 int *cstart, int *clen);
157 u32 cstart, u32 clen);
Dextent_map.c841 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local
867 clen = 0; in ocfs2_seek_data_hole_offset()
883 clen = hole_size; in ocfs2_seek_data_hole_offset()
886 clen = le16_to_cpu(rec.e_leaf_clusters) - in ocfs2_seek_data_hole_offset()
899 cpos += clen; in ocfs2_seek_data_hole_offset()
905 extlen = clen; in ocfs2_seek_data_hole_offset()
Ddir.c868 unsigned int cend, uninitialized_var(clen); in ocfs2_dx_dir_lookup()
874 &clen); in ocfs2_dx_dir_lookup()
880 cend = cpos + clen; in ocfs2_dx_dir_lookup()
883 blkno += ocfs2_clusters_to_blocks(inode->i_sb, clen - 1); in ocfs2_dx_dir_lookup()
884 cpos += clen - 1; in ocfs2_dx_dir_lookup()
4422 unsigned int uninitialized_var(clen); in ocfs2_dx_dir_truncate()
4452 major_hash, &cpos, &blkno, &clen); in ocfs2_dx_dir_truncate()
4460 ret = ocfs2_remove_btree_range(dir, &et, cpos, p_cpos, clen, 0, in ocfs2_dx_dir_truncate()
Docfs2_trace.h1918 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1921 TP_ARGS(cstart, cend, clen, r_start, r_end,
1926 __field(unsigned int, clen)
1936 __entry->clen = clen;
1944 __entry->cstart, __entry->cend, __entry->clen,
/fs/fat/
Ddir.c193 fat_short2uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) in fat_short2uni() argument
197 charlen = t->char2uni(c, clen, uni); in fat_short2uni()
207 int clen, wchar_t *uni) in fat_short2lower_uni() argument
212 charlen = t->char2uni(c, clen, &wc); in fat_short2lower_uni()
/fs/cifs/
Dfile.c2439 size_t clen; in get_numpages() local
2441 clen = min_t(const size_t, len, wsize); in get_numpages()
2442 num_pages = DIV_ROUND_UP(clen, PAGE_SIZE); in get_numpages()
2445 *cur_len = clen; in get_numpages()