• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/

Lines Matching defs:function

286  *	This function translates the block number into path in that tree -
291 * Note: function doesn't find node addresses, so no IO is needed. All
346 static int __ext4_check_blockref(const char *function, unsigned int line,
360 ext4_error_inode(inode, function, line, blk,
457 * This function returns the preferred place for block allocation.
527 * Normally this function find the preferred place for block allocation,
709 * This function allocates blocks, zeroes out all but the last one,
821 * This function fills the missing link and does all housekeeping needed in
900 * The ext4_ind_map_blocks() function handles non-extents inodes
921 * The ext4_ind_get_blocks() function should be called with
1216 * The ext4_map_blocks() function tries to look up the requested blocks,
1301 * let the underlying get_block() function know to
1511 * Also, this function can nest inside ext4_writepage() ->
1925 * function is called from invalidate page, it's
2049 * the function goes through all passed space and put actual disk
2185 * The function skips space we know is already mapped to disk blocks.
2331 * the function is used to collect contig. blocks in same state
2407 * The function finds extents of pages and scan them for all blocks.
2565 * This function is used as a standard get_block_t calback function
2567 * callback function for block_prepare_write() and block_write_full_page().
2570 * Since this function doesn't do block allocations even if the caller
2573 * by this function are either all already mapped or marked for
2650 * This function can get called via...
2656 * We don't do any block allocation in this function. If we have page with
2799 * address space and call the callback function (which usually writes
3340 * write_cache_pages() ---> (via passed in callback function)
3717 * This function is called from ext4_sync_file().
3724 * might needs to do the conversion. This function walks through
3727 * The function return the number of pending IOs on success.
3916 * set up an end_io call back function, which will do the convertion
3950 * the IO is completed. The ext4 end_io callback function
3986 * after the end_io call back function is called.
3989 * VFS direct IO won't invoke the end_io call back function,
4222 * Probably it should be a library function... search for first non-zero word
4242 * This is a helper function used by ext4_truncate().
4764 * ext4_delete_inode(), and we allow that function to clean up the
5793 * inode out, but prune_icache isn't a user-visible syncing function.