Searched refs:trim (Results 1 – 5 of 5) sorted by relevance
/fs/ntfs3/ |
D | fsntfs.c | 2478 void mark_as_free_ex(struct ntfs_sb_info *sbi, CLST lcn, CLST len, bool trim) in mark_as_free_ex() argument 2502 if (trim) in mark_as_free_ex() 2513 if (trim) in mark_as_free_ex() 2526 int run_deallocate(struct ntfs_sb_info *sbi, struct runs_tree *run, bool trim) in run_deallocate() argument 2535 mark_as_free_ex(sbi, lcn, len, trim); in run_deallocate()
|
D | ntfs_fs.h | 647 void mark_as_free_ex(struct ntfs_sb_info *sbi, CLST lcn, CLST len, bool trim); 648 int run_deallocate(struct ntfs_sb_info *sbi, struct runs_tree *run, bool trim);
|
D | attrib.c | 121 CLST vcn, CLST len, CLST *done, bool trim) in run_deallocate_ex() argument 147 mark_as_free_ex(sbi, lcn, clen, trim); in run_deallocate_ex()
|
D | index.c | 2095 const struct NTFS_DE *e, bool trim) in indx_free_children() argument 2125 if (!trim) in indx_free_children()
|
/fs/ocfs2/ |
D | super.c | 572 unsigned int trim = bytes; in ocfs2_max_file_offset() local 588 trim = 1; in ocfs2_max_file_offset() 602 return (((unsigned long long)bytes) << bitshift) - trim; in ocfs2_max_file_offset()
|