Searched refs:cpos (Results 1 - 10 of 10) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c6248 XML_Content *cpos; local
6258 cpos = &ret[1];
6260 build_node(parser, 0, ret, &cpos, &str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dmkstrtable.awk85 # cpos holds the current position in the message string.
86 cpos = 0;
132 pos[msg] = cpos;
133 cpos += length (last_msgstr) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c321 loff_t cpos = 0; local
326 if (fat_get_entry(inode, &cpos, &bh, &de) == -1)
337 int status = fat_parse_long(inode, &cpos, &bh, &de,
409 sinfo->slot_off = cpos - nr_slots * sizeof(*de);
457 loff_t cpos; local
462 cpos = filp->f_pos;
465 while (cpos < 2) {
466 if (filldir(dirent, "..", cpos+1, cpos, MSDOS_ROOT_INO, DT_DIR) < 0)
468 cpos
847 loff_t cpos; local
873 loff_t cpos; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c495 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; local
553 cpos = pos >> vol->cluster_size_bits;
857 if ((bh_cend <= cpos || bh_cpos >= cend)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c1014 * Traverse a btree path in search of cpos, starting at root_el.
1016 * This code can be called with a cpos larger than the tree, in which
1020 struct ocfs2_extent_list *root_el, u32 cpos,
1049 * In the case that cpos is off the allocation
1055 if (cpos >= le32_to_cpu(rec->e_cpos) && cpos < range)
1116 * which would contain cpos.
1137 u32 cpos)
1143 return __ocfs2_find_path(inode, path_root_el(path), cpos,
1160 * Find the leaf block in the tree which would contain cpos
1019 __ocfs2_find_path(struct inode *inode, struct ocfs2_extent_list *root_el, u32 cpos, path_insert_t *func, void *data) argument
1136 ocfs2_find_path(struct inode *inode, struct ocfs2_path *path, u32 cpos) argument
1168 ocfs2_find_leaf(struct inode *inode, struct ocfs2_extent_list *root_el, u32 cpos, struct buffer_head **leaf_bh) argument
1465 ocfs2_find_cpos_for_left_leaf(struct super_block *sb, struct ocfs2_path *path, u32 *cpos) argument
1594 u32 cpos; local
1656 inode->i_ino, insert_cpos, cpos, local
2013 u32 cpos; local
2135 u32 cpos = le32_to_cpu(insert_rec->e_cpos); local
2297 ocfs2_insert_extent(struct ocfs2_super *osb, handle_t *handle, struct inode *inode, struct buffer_head *fe_bh, u32 cpos, u64 start_blk, u32 new_clusters, struct ocfs2_alloc_context *meta_ac) argument
2944 u32 cpos; local
[all...]
H A Dalloc.h34 u32 cpos,
86 u32 cpos, struct buffer_head **leaf_bh);
H A Daops.c596 u32 cpos,
607 cluster_start = cpos % cpp;
631 struct ocfs2_super *osb, u32 cpos,
637 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
1013 * cpos is the logical cluster offset within the file to write at
1164 * and page zeroing up until cpos should be done prior to this
595 ocfs2_figure_cluster_boundaries(struct ocfs2_super *osb, u32 cpos, unsigned int *start, unsigned int *end) argument
630 ocfs2_clear_page_regions(struct page *page, struct ocfs2_super *osb, u32 cpos, unsigned from, unsigned to) argument
H A Dextent_map.c59 unsigned int cpos,
70 if (cpos >= emi->ei_cpos && cpos < range) {
79 static int ocfs2_extent_map_lookup(struct inode *inode, unsigned int cpos, argument
89 __ocfs2_extent_map_lookup(&oi->ip_extent_map, cpos, &emi);
91 coff = cpos - emi->ei_cpos;
108 * Forget about all clusters equal to or greater than cpos.
110 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) argument
123 if (emi->ei_cpos >= cpos) {
132 if (range > cpos) {
58 __ocfs2_extent_map_lookup(struct ocfs2_extent_map *em, unsigned int cpos, struct ocfs2_extent_map_item **ret_emi) argument
523 u32 cpos, num_clusters, p_cluster; local
[all...]
H A Dfile.c1133 u32 cpos, clusters, extent_len, phys_cpos; local
1136 cpos = pos >> OCFS2_SB(sb)->s_clustersize_bits;
1137 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos;
1140 ret = ocfs2_get_clusters(inode, cpos, &phys_cpos, &extent_len,
1156 cpos += extent_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.c60 u8 *pos, *cpos, *b, *s_0, *e; local
72 cpos = cdata;
86 *cpos++ = *pos++ ^ e[i];
99 u8 *pos, *cpos, *b, *s_0, *a; local
110 cpos = cdata;
121 *pos = *cpos++ ^ b[i];

Completed in 202 milliseconds