Searched refs:ocfs2_truncate_rec (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_fs.h | 449 struct ocfs2_truncate_rec { struct 499 /*08*/ struct ocfs2_truncate_rec tl_recs[]; /* 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()
|
H A D | alloc.c | 5342 static int ocfs2_truncate_rec(handle_t *handle, in ocfs2_truncate_rec() function 5576 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5630 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5922 struct ocfs2_truncate_rec rec; in ocfs2_replay_truncate_records()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_fs.h | 447 struct ocfs2_truncate_rec { struct 497 /*08*/ struct ocfs2_truncate_rec tl_recs[]; /* Truncate records */ 1384 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode() 1532 return size / sizeof(struct ocfs2_truncate_rec); in ocfs2_truncate_recs_per_inode()
|
H A D | alloc.c | 5340 static int ocfs2_truncate_rec(handle_t *handle, in ocfs2_truncate_rec() function 5574 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5628 ret = ocfs2_truncate_rec(handle, et, path, index, dealloc, in ocfs2_remove_extent() 5920 struct ocfs2_truncate_rec rec; in ocfs2_replay_truncate_records()
|
Completed in 24 milliseconds