Home
last modified time | relevance | path

Searched refs:cpos (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Drefcounttree.h35 handle_t *handle, u32 cpos, u32 len,
47 u32 cpos, u32 write_len, u32 max_cpos);
75 u32 cpos, u32 write_len,
79 u32 cpos, u32 old_cluster,
83 u32 cpos, u32 old_cluster,
87 u32 cpos, u32 num_clusters);
92 u32 cpos, u32 p_cluster, u32 num_clusters,
101 u64 cpos, u32 len,
/linux/fs/ubifs/
H A Dlprops.c90 int val1, val2, val3, cpos; in adjust_lpt_heap() local
120 cpos = hpos * 2 + 1; in adjust_lpt_heap()
121 if (cpos >= heap->cnt) in adjust_lpt_heap()
123 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap()
126 if (cpos + 1 < heap->cnt) { in adjust_lpt_heap()
127 val3 = get_heap_comp_val(heap->arr[cpos + 1], in adjust_lpt_heap()
130 cpos += 1; /* Right child is bigger */ in adjust_lpt_heap()
132 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
133 heap->arr[hpos] = heap->arr[cpos]; in adjust_lpt_heap()
134 heap->arr[cpos] = lprops; in adjust_lpt_heap()
[all …]
/linux/fs/fat/
H A Ddir.c512 loff_t cpos = 0; in fat_search_long() local
517 if (fat_get_entry_eod(inode, &cpos, &bh, &de) == -1) in fat_search_long()
528 int status = fat_parse_long(inode, &cpos, &bh, &de, in fat_search_long()
567 sinfo->slot_off = cpos - nr_slots * sizeof(*de); in fat_search_long()
606 loff_t cpos; in __fat_readdir() local
612 cpos = ctx->pos; in __fat_readdir()
619 cpos = 0; in __fat_readdir()
622 if (cpos & (sizeof(struct msdos_dir_entry) - 1)) { in __fat_readdir()
629 if (fat_get_entry_eod(inode, &cpos, &bh, &de) == -1) in __fat_readdir()
650 int status = fat_parse_long(inode, &cpos, &bh, &de, in __fat_readdir()
[all …]