The Linux Kernel API
Prev
Chapter 6. The Linux VFS
Next
6.2. Inode Handling
Table of Contents
__mark_inode_dirty
-- internal function
write_inode_now
-- write an inode to disk
clear_inode
-- clear an inode
invalidate_inodes
-- discard the inodes on a device
new_inode
-- obtain an inode
iunique
-- get a unique inode number
ilookup
-- search for an inode in the inode cache
insert_inode_hash
-- hash an inode
remove_inode_hash
-- remove an inode from the hash
iput
-- put an inode
bmap
-- find a block number in a file
update_atime
-- update the access time
make_bad_inode
-- mark an inode bad due to an I/O error
is_bad_inode
-- is an inode errored
Prev
Home
Next
The Linux VFS
Up
__mark_inode_dirty