| 
    libexplain
    1.4.D001
    
   
   | 
  
  
  
 
#include <libexplain/ac/string.h>#include <libexplain/fileinfo.h>#include <libexplain/lsof.h>#include <libexplain/string_buffer.h>Go to the source code of this file.
Data Structures | |
| struct | adapter | 
Typedefs | |
| typedef struct adapter | adapter | 
Functions | |
| static void | n_callback (explain_lsof_t *context, const char *name) | 
| int | explain_fileinfo_dir_tree_in_use (const char *path) | 
Definition at line 27 of file dir_tree_in_use.c.
| int explain_fileinfo_dir_tree_in_use | ( | const char * | dirpath | ) | 
The explain_fileinfo_dir_tree_in_use function is used to determine whether or not a given mount point still has files open.
| dirpath | The absolute path of the diretory to be checked. | 
Definition at line 55 of file dir_tree_in_use.c.
| static void n_callback | ( | explain_lsof_t * | context, | 
| const char * | name | ||
| ) |  [static] | 
        
Definition at line 36 of file dir_tree_in_use.c.
 1.7.6.1