Lines Matching refs:file
743 * all fs/file tree roots in which there are data=ordered extents
753 /* all fs/file tree roots that have delalloc inodes. */
1208 * all the extents in a file range.
1216 /* Pointer to a file extent item of type regular or prealloc. */
1219 * Set to true when attempting to replace a file range with a new extent
1221 * existing extent into a file range.
2379 * size of any extent headers. If a file is compressed on disk, this is
2944 /* file-item.c */
3031 int btrfs_readpage(struct file *file, struct page *page);
3075 long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
3076 long btrfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
3080 int btrfs_defrag_file(struct inode *inode, struct file *file,
3091 /* file.c */
3098 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
3118 int btrfs_release_file(struct inode *inode, struct file *file);
3286 static inline void assertfail(const char *expr, const char *file, int line)
3288 pr_err("assertion failed: %s, in %s:%d\n", expr, file, line);
3296 static inline void assertfail(const char *expr, const char* file, int line) { }