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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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;
49 ent = list_entry(dh->expiry_head.next, struct autofs_dir_ent, exp);
107 memset(&dh->h, 0, AUTOFS_HASH_SIZE*sizeof(struct autofs_dir_ent *));
111 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name)
113 struct autofs_dir_ent *dhn;
128 void autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *en
[all...]
H A Droot.c45 struct autofs_dir_ent *ent = NULL;
88 struct autofs_dir_ent *ent;
152 struct autofs_dir_ent *ent;
187 ent = (struct autofs_dir_ent *) dentry->d_time;
273 struct autofs_dir_ent *ent;
308 ent = kmalloc(sizeof(struct autofs_dir_ent), GFP_KERNEL);
354 struct autofs_dir_ent *ent;
394 struct autofs_dir_ent *ent;
417 dentry->d_time = (unsigned long)(struct autofs_dir_ent *)NULL;
430 struct autofs_dir_ent *en
[all...]

Completed in 40 milliseconds