Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Docfs2_fs.h449 struct ocfs2_truncate_rec { struct
499 /*08*/ struct ocfs2_truncate_rec tl_recs[0]; /* Truncate records */
1386 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode()
1534 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode()
Dalloc.c5343 static int ocfs2_truncate_rec(handle_t *handle, in ocfs2_truncate_rec() function
5577 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5631 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent()
5923 struct ocfs2_truncate_rec rec; in ocfs2_replay_truncate_records()