Home | History | Annotate | Download | only in linux

Lines Matching full:inode

215 struct inode;
241 * inode address_space, or NULL.
365 * A page may belong to an inode's memory mapping. In this case,
366 * page->mapping is the pointer to the inode, and page->index is the
384 * - inode pages may need to be read from disk,
385 * - inode pages which have been modified and are MAP_SHARED may need
564 * Please note that, confusingly, "page_mapping" refers to the inode
735 extern int vmtruncate(struct inode * inode, loff_t offset);
736 extern int vmtruncate_range(struct inode * inode, loff_t offset, loff_t end);