Home
last modified time | relevance | path

Searched refs:i_clusters (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ocfs2/
H A Dinode.c208 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 Docfs2_trace.h1184 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 Dsuballoc.c735 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 Daops.c70 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 Dalloc.c193 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 Djournal.c1754 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
H A Dsuper.c579 * 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()