Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dread_write.c1655 int generic_write_checks_count(struct kiocb *iocb, loff_t *count) in generic_write_checks_count() function
1676 EXPORT_SYMBOL(generic_write_checks_count);
1690 ret = generic_write_checks_count(iocb, &count); in generic_write_checks()
/openbmc/linux/include/linux/
H A Dfs.h2971 int generic_write_checks_count(struct kiocb *iocb, loff_t *count);
/openbmc/linux/fs/btrfs/
H A Dfile.c1645 ret = generic_write_checks_count(iocb, &count); in btrfs_encoded_write()