Home
last modified time | relevance | path

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

/fs/autofs/
Ddirhash.c18 struct autofs_dir_ent *ent) in autofs_init_usage()
24 static void autofs_delete_usage(struct autofs_dir_ent *ent) in autofs_delete_usage()
30 struct autofs_dir_ent *ent) in autofs_update_usage()
36 struct autofs_dir_ent *autofs_expire(struct super_block *sb, in autofs_expire()
41 struct autofs_dir_ent *ent; in autofs_expire()
49 ent = list_entry(dh->expiry_head.next, struct autofs_dir_ent, exp); in autofs_expire()
107 memset(&dh->h, 0, AUTOFS_HASH_SIZE*sizeof(struct autofs_dir_ent *)); in autofs_initialize_hash()
111 struct autofs_dir_ent *autofs_hash_lookup(const struct autofs_dirhash *dh, struct qstr *name) in autofs_hash_lookup()
113 struct autofs_dir_ent *dhn; in autofs_hash_lookup()
128 void autofs_hash_insert(struct autofs_dirhash *dh, struct autofs_dir_ent *ent) in autofs_hash_insert()
[all …]
Dautofs_i.h52 struct autofs_dir_ent { struct
59 struct autofs_dir_ent *next; argument
60 struct autofs_dir_ent **back; argument
67 struct autofs_dir_ent *h[AUTOFS_HASH_SIZE]; argument
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 *);
141 struct autofs_dir_ent *autofs_expire(struct super_block *,struct autofs_sb_info *, struct vfsmount …
Droot.c45 struct autofs_dir_ent *ent = NULL; in autofs_root_readdir()
88 struct autofs_dir_ent *ent; in try_to_fill_dentry()
152 struct autofs_dir_ent *ent; in autofs_revalidate()
187 ent = (struct autofs_dir_ent *) dentry->d_time; in autofs_revalidate()
273 struct autofs_dir_ent *ent; in autofs_root_symlink()
309 ent = kmalloc(sizeof(struct autofs_dir_ent), GFP_KERNEL); in autofs_root_symlink()
360 struct autofs_dir_ent *ent; in autofs_root_unlink()
400 struct autofs_dir_ent *ent; in autofs_root_rmdir()
423 dentry->d_time = (unsigned long)(struct autofs_dir_ent *)NULL; in autofs_root_rmdir()
436 struct autofs_dir_ent *ent; in autofs_root_mkdir()
[all …]