Home
last modified time | relevance | path

Searched refs:trunc_start (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dfile.c1382 u32 trunc_start, trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_remove_inode_range() local
1412 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range()
1414 if (trunc_len >= trunc_start) in ocfs2_remove_inode_range()
1415 trunc_len -= trunc_start; in ocfs2_remove_inode_range()
1422 (unsigned long long)byte_len, trunc_start, trunc_len); in ocfs2_remove_inode_range()
1430 cpos = trunc_start; in ocfs2_remove_inode_range()
/fs/gfs2/
Dbmap.c1019 static int trunc_start(struct gfs2_inode *ip, u64 size) in trunc_start() function
1150 error = trunc_start(ip, size); in do_shrink()