Home
last modified time | relevance | path

Searched defs:afs_mount_params (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/afs/
Dinternal.h42 struct afs_mount_params { struct
43 bool rwpath; /* T if the parent should be considered R/W */
44 bool force; /* T to force cell type */
45 bool autocell; /* T if set auto mount operation */
46 afs_voltype_t type; /* type of volume requested */
47 int volnamesz; /* size of volume name */
48 const char *volname; /* name of volume to mount */
49 struct afs_cell *cell; /* cell in which to find volume */
50 struct afs_volume *volume; /* volume record */
51 struct key *key; /* key to use for secure mounting */