table of contents
other versions
IS_BAD_INODE(9) | The Linux VFS | IS_BAD_INODE(9) |
NAME¶
is_bad_inode - is an inode errored
SYNOPSIS¶
bool is_bad_inode(struct inode * inode);
ARGUMENTS¶
struct inode * inode
inode to test
DESCRIPTION¶
Returns true if the inode in question has been marked as bad.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |