Searched refs:attr_punch_hole (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | file.c | 502 err = attr_punch_hole(ni, vbo, len, &frame_size); in ntfs_fallocate() 532 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()
|
H A D | ntfs_fs.h | 454 int attr_punch_hole(struct ntfs_inode *ni, u64 vbo, u64 bytes, u32 *frame_size);
|
H A D | attrib.c | 2101 * attr_punch_hole 2105 int attr_punch_hole(struct ntfs_inode *ni, u64 vbo, u64 bytes, u32 *frame_size) in attr_punch_hole() function
|
Completed in 6 milliseconds