search for: autofs_root_lookup

Displaying 1 result from an estimated 1 matches for "autofs_root_lookup".

1999 Feb 22
0
(Fwd) Linux autofs overflow in 2.0.36+
...defined in the configuration files, automountd then mounts that directory/device. Details When a chdir() or similar function is called in the autofs directory, by a user doing something along the lines of "cd xxxx", the function fs/autofs/root.c:autofs_root_lookup() is called. autofs_root_lookup() receives the name of the directory through "dentry->d_name.name", and it's length through "dentry->d_name.len". The dentry structure is passed via pointer through two functions, each performing various operations along the way....