Searched refs:trunc_len (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dstr.c156 str_trunc(struct mystr* p_str, unsigned int trunc_len) argument
158 if (trunc_len >= p_str->alloc_bytes)
160 bug("trunc_len not smaller than alloc_bytes in str_trunc");
162 p_str->len = trunc_len;
H A Dstr.h52 void str_trunc(struct mystr* p_str, unsigned int trunc_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dstr.c156 str_trunc(struct mystr* p_str, unsigned int trunc_len) argument
158 if (trunc_len >= p_str->alloc_bytes)
160 bug("trunc_len not smaller than alloc_bytes in str_trunc");
162 p_str->len = trunc_len;
H A Dstr.h52 void str_trunc(struct mystr* p_str, unsigned int trunc_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dstr.c156 str_trunc(struct mystr* p_str, unsigned int trunc_len) argument
158 if (trunc_len >= p_str->alloc_bytes)
160 bug("trunc_len not smaller than alloc_bytes in str_trunc");
162 p_str->len = trunc_len;
H A Dstr.h52 void str_trunc(struct mystr* p_str, unsigned int trunc_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dfile.c1631 u32 *trunc_len, u32 *trunc_end,
1646 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos);
1651 *trunc_len = *trunc_end - trunc_start;
1676 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; local
1803 &trunc_len, &trunc_end, &blkno, &done);
1811 phys_cpos, trunc_len, flags,
1627 ocfs2_calc_trunc_pos(struct inode *inode, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *rec, u32 trunc_start, u32 *trunc_cpos, u32 *trunc_len, u32 *trunc_end, u64 *blkno, int *done) argument
H A Dalloc.c6953 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; local
7042 trunc_len = 0;
7049 trunc_len = ocfs2_rec_clusters(el, rec);
7057 trunc_len = range - new_highest_cpos;
7072 phys_cpos, trunc_len, flags, &dealloc,
H A Dxattr.c827 u32 trunc_len, cpos, phys_cpos, alloc_size; local
834 trunc_len = old_clusters - new_clusters;
835 while (trunc_len) {
844 if (alloc_size > trunc_len)
845 alloc_size = trunc_len;
859 trunc_len -= alloc_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dfile.c1631 u32 *trunc_len, u32 *trunc_end,
1646 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos);
1651 *trunc_len = *trunc_end - trunc_start;
1676 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; local
1803 &trunc_len, &trunc_end, &blkno, &done);
1811 phys_cpos, trunc_len, flags,
1627 ocfs2_calc_trunc_pos(struct inode *inode, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *rec, u32 trunc_start, u32 *trunc_cpos, u32 *trunc_len, u32 *trunc_end, u64 *blkno, int *done) argument
H A Dalloc.c6953 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; local
7042 trunc_len = 0;
7049 trunc_len = ocfs2_rec_clusters(el, rec);
7057 trunc_len = range - new_highest_cpos;
7072 phys_cpos, trunc_len, flags, &dealloc,
H A Dxattr.c827 u32 trunc_len, cpos, phys_cpos, alloc_size; local
834 trunc_len = old_clusters - new_clusters;
835 while (trunc_len) {
844 if (alloc_size > trunc_len)
845 alloc_size = trunc_len;
859 trunc_len -= alloc_size;

Completed in 374 milliseconds