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