Searched refs:ntfs_write_begin (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ntfs3/ |
H A D | inode.c | 911 int ntfs_write_begin(struct file *file, struct address_space *mapping, in ntfs_write_begin() function 2098 .write_begin = ntfs_write_begin,
|
H A D | file.c | 223 err = ntfs_write_begin(file, mapping, pos, len, &folio, NULL); in ntfs_extend_initialized_size()
|
H A D | ntfs_fs.h | 714 int ntfs_write_begin(struct file *file, struct address_space *mapping,
|