Home
last modified time | relevance | path

Searched refs:ip_clusters (Results 1 – 9 of 9) sorted by relevance

/linux/fs/ocfs2/
H A Dinode.h34 u32 ip_clusters; member
147 return (blkcnt_t)OCFS2_I(inode)->ip_clusters << c_to_s_bits; in ocfs2_inode_sector_count()
H A Dresize.c155 OCFS2_I(bm_inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_update_last_group_and_inode()
566 OCFS2_I(main_bm_inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_group_add()
H A Docfs2_trace.h1353 unsigned int ip_clusters, unsigned long long i_size),
1354 TP_ARGS(ino, di_clusters, di_size, ip_clusters, i_size),
1359 __field(unsigned int, ip_clusters)
1366 __entry->ip_clusters = ip_clusters;
1370 __entry->di_size, __entry->ip_clusters, __entry->i_size)
H A Djournal.c946 OCFS2_I(inode)->ip_clusters); in ocfs2_journal_init()
1718 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
H A Daops.c198 mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)->ip_clusters); in ocfs2_get_block()
1557 if (oi->ip_clusters != 0 || i_size_read(inode) != 0) in ocfs2_try_to_write_inline_data()
H A Ddlmglue.c2182 lvb->lvb_iclusters = cpu_to_be32(oi->ip_clusters); in __ocfs2_stuff_meta_lvb()
2223 oi->ip_clusters = be32_to_cpu(lvb->lvb_iclusters); in ocfs2_refresh_inode_from_lvb()
2231 if (S_ISLNK(inode->i_mode) && !oi->ip_clusters) in ocfs2_refresh_inode_from_lvb()
H A Ddir.c3119 extend = (i_size_read(dir) == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)); in ocfs2_do_extend_dir()
3123 u32 offset = OCFS2_I(dir)->ip_clusters; in ocfs2_do_extend_dir()
3245 if (dir_i_size == ocfs2_clusters_to_bytes(sb, OCFS2_I(dir)->ip_clusters)) { in ocfs2_extend_dir()
H A Drefcounttree.c934 if (oi->ip_clusters) in ocfs2_try_remove_refcount_tree()
4041 OCFS2_I(t_inode)->ip_clusters = OCFS2_I(s_inode)->ip_clusters; in ocfs2_complete_reflink()
H A Dnamei.c1729 ocfs2_clusters_to_bytes(sb, OCFS2_I(inode)->ip_clusters)) { in ocfs2_create_symlink_data()