Searched defs:autofs_lookupargs (Results 1 – 1 of 1) sorted by relevance
82 struct autofs_lookupargs { struct83 string map<AUTOFS_MAXPATHLEN>; /* context or map name */84 string path<AUTOFS_MAXPATHLEN>; /* mountpoint */85 string name<AUTOFS_MAXCOMPONENTLEN>; /* entry we're looking for */86 string subdir<AUTOFS_MAXPATHLEN>; /* subdir within map */87 string opts<AUTOFS_MAXOPTSLEN>;88 bool_t isdirect; /* direct mountpoint? */89 uid_t uid; /* uid of caller */