Searched refs:dirhash (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A DMakefile7 autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
H A Droot.c53 struct autofs_dirhash *dirhash; local
61 dirhash = &sbi->dirhash;
77 while (onr = nr, ent = autofs_hash_enum(dirhash,&nr,ent)) {
98 if (!(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name))) {
116 } while (!(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name)));
141 autofs_update_usage(&sbi->dirhash,ent);
196 autofs_update_usage(&sbi->dirhash,ent);
279 struct autofs_dirhash *dh = &sbi->dirhash;
366 struct autofs_dirhash *dh = &sbi->dirhash;
[all...]
H A Dautofs_i.h110 struct autofs_dirhash dirhash; /* Root directory hash */ member in struct:autofs_sb_info
H A Ddirhash.c3 * linux/fs/autofs/dirhash.c
40 struct autofs_dirhash *dh = &sbi->dirhash;
242 for ( ent = sbi->dirhash.h[i] ; ent ; ent = nent ) {
H A Dinode.c156 autofs_initialize_hash(&sbi->dirhash);
H A Dwaitq.c45 autofs_hash_dputall(&sbi->dirhash); /* Remove all dentry pointers */

Completed in 69 milliseconds