Searched defs:autofs_info (Results 1 – 1 of 1) sorted by relevance
52 struct autofs_info { struct53 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 atomic_t count;[all …]