Searched defs:dentry (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dinotify.h102 extern void inotify_d_instantiate(struct dentry *, struct inode *);
103 extern void inotify_d_move(struct dentry *);
106 extern void inotify_dentry_parent_queue_event(struct dentry *, __u32, __u32,
132 static inline void inotify_d_instantiate(struct dentry *dentry, argument
137 static inline void inotify_d_move(struct dentry *dentry) argument
148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, argument
H A Drelay.h42 struct dentry *dentry; /* channel file dentry */ member in struct:rchan_buf
129 * The callback should return the dentry of the file created
138 struct dentry *(*create_buf_file)(const char *filename,
139 struct dentry *parent,
146 * @dentry: the dentry of the file to remove
154 int (*remove_buf_file)(struct dentry *dentry);
[all...]
H A Dkobject.h59 struct dentry * dentry; member in struct:kobject
H A Dfs.h680 struct dentry *f_dentry;
874 struct dentry *s_root;
961 extern int vfs_create(struct inode *, struct dentry *, int, struct nameidata *);
962 extern int vfs_mkdir(struct inode *, struct dentry *, int);
963 extern int vfs_mknod(struct inode *, struct dentry *, int, dev_t);
964 extern int vfs_symlink(struct inode *, struct dentry *, const char *, int);
965 extern int vfs_link(struct dentry *, struct inode *, struct dentry *);
966 extern int vfs_rmdir(struct inode *, struct dentry *);
967 extern int vfs_unlink(struct inode *, struct dentry *);
1831 parent_ino(struct dentry *dentry) argument
[all...]
/external/kernel-headers/original/linux/nfsd/
H A Dnfsfh.h27 * This is the old "dentry style" Linux NFSv2 file handle.
33 __u32 fb_dcookie; /* dentry cookie - always 0xfeebbaca */
137 struct dentry * fh_dentry; /* validated dentry */
213 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
221 struct dentry *dentry = src->fh_dentry; local
223 dentry->d_parent->d_name.name, dentry->d_name.name);
302 struct dentry *dentr local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c112 static int yaffs_sync_object(struct file *file, struct dentry *dentry,
118 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode,
120 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry,
123 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode);
124 static struct dentry *yaffs_looku
257 yaffs_readlink(struct dentry *dentry, char __user * buffer, int buflen) argument
280 yaffs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
319 yaffs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *n) argument
950 yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
1042 yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
1057 yaffs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *n) argument
1067 yaffs_unlink(struct inode *dir, struct dentry *dentry) argument
1097 yaffs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1140 yaffs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
1172 yaffs_sync_object(struct file *file, struct dentry *dentry, int datasync) argument
1248 yaffs_setattr(struct dentry *dentry, struct iattr *attr) argument
1276 yaffs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
[all...]
/external/bluetooth/glib/glib/
H A Dgtestutils.c1097 DestroyEntry *dentry; local
1099 dentry = g_slice_new0 (DestroyEntry);
1100 dentry->destroy_func = destroy_func;
1101 dentry->destroy_data = destroy_data;
1102 dentry->next = test_destroy_queue;
1103 test_destroy_queue = dentry;
1134 DestroyEntry *dentry = test_destroy_queue; local
1135 test_destroy_queue = dentry->next;
1136 dentry->destroy_func (dentry
[all...]

Completed in 96 milliseconds