Searched refs:ocfs2_truncate_rec (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | ocfs2_fs.h | 488 struct ocfs2_truncate_rec { struct 538 /*08*/ struct ocfs2_truncate_rec tl_recs[0]; /* Truncate records */ 1425 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode() 1573 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode()
|
D | alloc.c | 5361 static int ocfs2_truncate_rec(handle_t *handle, in ocfs2_truncate_rec() function 5595 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5649 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5941 struct ocfs2_truncate_rec rec; in ocfs2_replay_truncate_records()
|