Searched refs:trunc_len (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 1640 size_t trunc_len, len = 0; in ath6kl_init_get_fwcaps() local 1655 trunc_len = strlen(trunc) + 1; in ath6kl_init_get_fwcaps() 1656 strncpy(buf + buf_len - trunc_len, trunc, trunc_len); in ath6kl_init_get_fwcaps()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 1620 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument 1638 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1652 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos() 1677 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1804 &trunc_len, &trunc_end, &blkno, &done); in ocfs2_remove_inode_range() 1812 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range()
|
D | alloc.c | 7012 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7103 trunc_len = 0; in ocfs2_commit_truncate() 7110 trunc_len = ocfs2_rec_clusters(el, rec); in ocfs2_commit_truncate() 7118 trunc_len = range - new_highest_cpos; in ocfs2_commit_truncate() 7132 if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) { in ocfs2_commit_truncate() 7142 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|
D | xattr.c | 830 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 837 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size() 838 while (trunc_len) { in ocfs2_xattr_shrink_size() 847 if (alloc_size > trunc_len) in ocfs2_xattr_shrink_size() 848 alloc_size = trunc_len; in ocfs2_xattr_shrink_size() 862 trunc_len -= alloc_size; in ocfs2_xattr_shrink_size()
|