Lines Matching defs:file
361 * ntfs_readpage - fill a @page of a @file with data from the device
362 * @file: open file to which the page @page belongs or NULL
366 * file @file by calling the ntfs version of the generic block_read_full_page()
378 static int ntfs_readpage(struct file *file, struct page *page)
1371 /* If file is encrypted, deny access, just like NT4. */
1375 ntfs_debug("Denying write access to encrypted file.");
1399 /* We have to zero every time due to mmap-at-end-of-file. */
1524 * ntfs_bmap - map logical file block to physical device block
1529 * the logical @block belonging to the file described by the address space
1533 * of the mounted file system which is guaranteed to be smaller than or equal
1541 * Note: This is a problem if someone tries to run bmap() on $Boot system file
1580 * initialized size equals the file size.