Home
last modified time | relevance | path

Searched refs:ntfs_attr_fallocate (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs/
H A Dattrib.h108 int ntfs_attr_fallocate(struct ntfs_inode *ni, loff_t start, loff_t byte_len, bool keep_size);
H A Dfile.c937 err = ntfs_attr_fallocate(ni, offset, len, in ntfs_allocate_range()
H A Dattrib.c5730 int ntfs_attr_fallocate(struct ntfs_inode *ni, loff_t start, loff_t byte_len, bool keep_size) in ntfs_attr_fallocate() function