Searched refs:i_clusters (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ocfs2/ |
H A D | inode.c | 208 if (S_ISLNK(di->i_mode) && di->i_size && di->i_clusters == 0) in ocfs2_dinode_has_extents() 362 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_populate_inode() 374 if (S_ISLNK(inode->i_mode) && !fe->i_clusters) { in ocfs2_populate_inode() 668 if (fe->i_clusters) { in ocfs2_truncate_for_delete() 1380 fe->i_clusters = cpu_to_le32(OCFS2_I(inode)->ip_clusters); in ocfs2_mark_inode_dirty() 1414 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_refresh_inode() 1423 if (S_ISLNK(inode->i_mode) && le32_to_cpu(fe->i_clusters) == 0) in ocfs2_refresh_inode()
|
H A D | ocfs2_trace.h | 1184 long long i_size, unsigned int i_clusters, 1188 TP_ARGS(ino, i_size, i_clusters, pos, len, flags, 1193 __field(unsigned int, i_clusters) 1204 __entry->i_clusters = i_clusters; 1213 __entry->ino, __entry->i_size, __entry->i_clusters,
|
H A D | suballoc.c | 735 le32_add_cpu(&fe->i_clusters, le16_to_cpu(cl->cl_cpg)); in ocfs2_block_group_alloc() 740 OCFS2_I(alloc_inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_block_group_alloc() 742 le32_to_cpu(fe->i_clusters))); in ocfs2_block_group_alloc()
|
H A D | aops.c | 70 le32_to_cpu(fe->i_clusters))) { in ocfs2_symlink_get_block() 1701 le32_to_cpu(di->i_clusters), in ocfs2_write_begin_nolock()
|
H A D | alloc.c | 193 le32_add_cpu(&di->i_clusters, clusters); in ocfs2_dinode_update_clusters() 195 oi->ip_clusters = le32_to_cpu(di->i_clusters); in ocfs2_dinode_update_clusters() 7597 if (start >= le32_to_cpu(main_bm->i_clusters)) { in ocfs2_trim_mainbm() 7602 if (start + len > le32_to_cpu(main_bm->i_clusters)) in ocfs2_trim_mainbm() 7603 len = le32_to_cpu(main_bm->i_clusters) - start; in ocfs2_trim_mainbm()
|
H A D | journal.c | 1754 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
|
H A D | super.c | 579 * wide. i_clusters is 32 bits, in cluster-sized units. So on in ocfs2_max_file_offset() 601 * on-disk limits. Otherwise we can overflow i_clusters when in ocfs2_max_file_offset() 2155 le32_to_cpu(di->i_clusters)); in ocfs2_initialize_super()
|