Lines Matching defs:autofs_info
54 struct autofs_info { struct
55 struct dentry *dentry;
56 int flags;
58 struct completion expire_complete;
60 struct list_head active;
62 struct list_head expiring;
64 struct autofs_sb_info *sbi;
65 unsigned long exp_timeout;
66 unsigned long last_used;
67 int count;
69 kuid_t uid;
70 kgid_t gid;
71 struct rcu_head rcu;