The Linux Kernel API
Prev
Next
is_bad_inode
Name
is_bad_inode -- is an inode errored
Synopsis
int is_bad_inode
(struct inode * inode);
Arguments
inode
inode to test
Description
Returns true if the inode in question has been marked as bad.
Prev
Home
Next
make_bad_inode
Up
Registration and Superblocks