:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
debugfs_create_automount(9) - phpMan

Command: man perldoc info search(apropos)  


DEBUGFS_CREATE_AUTOM(9)               The debugfs filesystem              DEBUGFS_CREATE_AUTOM(9)



NAME
       debugfs_create_automount - create automount point in the debugfs filesystem

SYNOPSIS
       struct dentry * debugfs_create_automount(const char * name, struct dentry * parent,
                                                struct vfsmount *(*f) (void *), void * data);

ARGUMENTS
       name
           a pointer to a string containing the name of the file to create.

       parent
           a pointer to the parent dentry for this file. This should be a directory dentry if
           set. If this parameter is NULL, then the file will be created in the root of the
           debugfs filesystem.

       f
           function to be called when pathname resolution steps on that one.

       data
           opaque argument to pass to f.

DESCRIPTION
       f should return what ->d_automount would.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                   DEBUGFS_CREATE_AUTOM(9)


/man
rootr.net - man pages