/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | file.c | 161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | inode.c | 61 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | inode.c | 61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | file.c | 198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | buffer_head.h | 273 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | buffer_head.h | 276 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | inode.c | 396 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | inode.c | 370 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | inode.c | 59 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | inode.c | 58 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 2565 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2587 EXPORT_SYMBOL(cont_write_begin); variable
|
/kernel/linux/linux-5.10/fs/ |
H A D | buffer.c | 2449 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2471 EXPORT_SYMBOL(cont_write_begin); variable
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | file.c | 423 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | file.c | 425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 235 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 230 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
|