Rechercher une page de manuel
lookup_one_len
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
lookup_one_len - filesystem helper to lookup single pathname componentSYNOPSIS
- struct dentry * lookup_one_len(const char * name, struct dentry * base, int len);
ARGUMENTS
name
- pathname component to lookup
base
- base directory to lookup from
len
- maximum length len should be interpreted to
DESCRIPTION
Note that this routine is purely a helper for filesystem usage and should not be called by generic code. Also note that by using this function the nameidata argument is passed to the filesystem methods and a filesystem using this helper needs to be prepared for that.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre