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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Dadfs.h38 struct object_info { struct
52 int (*getnext)(struct adfs_dir *dir, struct object_info *obj);
53 int (*update)(struct adfs_dir *dir, struct object_info *obj);
54 int (*create)(struct adfs_dir *dir, struct object_info *obj);
55 int (*remove)(struct adfs_dir *dir, struct object_info *obj);
67 struct inode *adfs_iget(struct super_block *sb, struct object_info *obj);
93 extern int adfs_dir_update(struct super_block *sb, struct object_info *obj);
H A Ddir.c34 struct object_info obj;
86 adfs_dir_update(struct super_block *sb, struct object_info *obj)
116 adfs_match(struct qstr *name, struct object_info *obj)
141 adfs_dir_lookup_byname(struct inode *inode, struct qstr *name, struct object_info *obj)
274 struct object_info obj;
H A Ddir_f.c219 adfs_dir2obj(struct object_info *obj, struct adfs_direntry *de)
233 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj)
247 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj)
277 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj)
329 struct object_info obj;
371 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj)
383 adfs_f_update(struct adfs_dir *dir, struct object_info *obj)
H A Dinode.c258 adfs_iget(struct super_block *sb, struct object_info *obj)
369 struct object_info obj;
H A Ddir_fplus.c125 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj)
H A Dsuper.c332 struct object_info root_obj;

Completed in 100 milliseconds