Home
last modified time | relevance | path

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

/linux-5.19.10/fs/afs/
Dinternal.h48 struct afs_fs_context { struct
49 bool force; /* T to force cell type */
50 bool autocell; /* T if set auto mount operation */
51 bool dyn_root; /* T if dynamic root */
52 bool no_cell; /* T if the source is "none" (for dynroot) */
53 enum afs_flock_mode flock_mode; /* Partial file-locking emulation mode */
54 afs_voltype_t type; /* type of volume requested */
55 unsigned int volnamesz; /* size of volume name */
56 const char *volname; /* name of volume to mount */
57 struct afs_net *net; /* the AFS net namespace stuff */
[all …]