Lines Matching defs:autofs_info
52 struct autofs_info { struct
53 struct dentry *dentry;
54 struct inode *inode;
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 last_used;
66 int count;
68 kuid_t uid;
69 kgid_t gid;
70 struct rcu_head rcu;