.TH "_devfs_unhook" 9 "_devfs_unhook" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME _devfs_unhook \- Unhook a device entry from its parents list .SH SYNOPSIS .B "int" _devfs_unhook .BI "(struct devfs_entry *" de ");" .SH ARGUMENTS .IP "de" 12 The entry to unhook. .SH "DESCRIPTION" Returns TRUE if the entry was unhooked, else FALSE if it was previously unhooked. The caller must have a write lock on the parent directory.