Searched refs:autofs_dir_ent (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dautofs_i.h52 struct autofs_dir_ent { struct
59 struct autofs_dir_ent *next;
60 struct autofs_dir_ent **back;
67 struct autofs_dir_ent *h[AUTOFS_HASH_SIZE];
131 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *,struct qstr *);
132 void autofs_hash_insert(struct autofs_dirhash *,struct autofs_dir_ent *);
133 void autofs_hash_delete(struct autofs_dir_ent *);
134 struct autofs_dir_ent *autofs_hash_enum(const struct autofs_dirhash *,off_t *,struct autofs_dir_ent *);
140 void autofs_update_usage(struct autofs_dirhash *,struct autofs_dir_ent *);
[all...]
H A Ddirhash.c18 struct autofs_dir_ent *ent)
24 static void autofs_delete_usage(struct autofs_dir_ent *ent)
30 struct autofs_dir_ent *ent)
36 struct autofs_dir_ent *autofs_expire(struct super_block *sb,
41 struct autofs_dir_ent *ent;
51 ent = list_entry(dh->expiry_head.next, struct autofs_dir_ent, exp);
108 memset(&dh->h, 0, AUTOFS_HASH_SIZE*sizeof(struct autofs_dir_ent *));
112 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name)
114 struct autofs_dir_ent *dhn;
129 void autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *en
[all...]
H A Droot.c52 struct autofs_dir_ent *ent = NULL;
95 struct autofs_dir_ent *ent;
159 struct autofs_dir_ent *ent;
194 ent = (struct autofs_dir_ent *) dentry->d_time;
280 struct autofs_dir_ent *ent;
316 ent = kmalloc(sizeof(struct autofs_dir_ent), GFP_KERNEL);
367 struct autofs_dir_ent *ent;
407 struct autofs_dir_ent *ent;
430 dentry->d_time = (unsigned long)(struct autofs_dir_ent *)NULL;
443 struct autofs_dir_ent *en
[all...]

Completed in 116 milliseconds