Lines Matching defs:file
44 /* get the directory entry of given file or directory */
51 ep->dentry.file.attr = cpu_to_le16(exfat_make_attr(inode));
55 &ep->dentry.file.create_tz,
56 &ep->dentry.file.create_time,
57 &ep->dentry.file.create_date,
58 &ep->dentry.file.create_time_cs);
60 &ep->dentry.file.modify_tz,
61 &ep->dentry.file.modify_time,
62 &ep->dentry.file.modify_date,
63 &ep->dentry.file.modify_time_cs);
65 &ep->dentry.file.access_tz,
66 &ep->dentry.file.access_time,
67 &ep->dentry.file.access_date,
358 static int exfat_readpage(struct file *file, struct page *page)
389 static int exfat_write_begin(struct file *file, struct address_space *mapping,
396 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
406 static int exfat_write_end(struct file *file, struct address_space *mapping,
414 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
479 * exfat_block_truncate_page() zeroes out a mapping from file offset `from'
482 * of that block so it doesn't yield old data if the file is later grown.
580 } else { /* regular file */