Lines Matching refs:string
83 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>;
96 string dir<AUTOFS_MAXPATHLEN>; /* original name */
97 string link<AUTOFS_MAXPATHLEN>; /* link (new) name */
111 string path<AUTOFS_MAXPATHLEN>; /* autofs mountpoint */
112 string opts<AUTOFS_MAXOPTSLEN>; /* default mount options */
113 string map<AUTOFS_MAXPATHLEN>; /* name of map */
114 string subdir<AUTOFS_MAXPATHLEN>; /* subdir within map */
115 string key<AUTOFS_MAXCOMPONENTLEN>; /* used in direct mounts only */
210 string mntresource<AUTOFS_MAXPATHLEN>; /* mntpnt source */
211 string mntpnt<AUTOFS_MAXPATHLEN>; /* mntpnt to unmount */
212 string fstype<AUTOFS_MAXCOMPONENTLEN>; /* filesystem type to umount */
213 string mntopts<AUTOFS_MAXOPTSLEN>; /* mntpnt options */
232 string rda_map<AUTOFS_MAXPATHLEN>;