Searched refs:dentry (Results 1 - 24 of 24) sorted by relevance

/external/oprofile/module/
H A Dcompat.c28 int wind_dentries_2_2(struct dentry * dentry) argument
30 struct dentry * root = current->fs->root;
32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash))
36 struct dentry * parent;
38 if (dentry == root)
41 dentry = dentry
56 do_path_hash_2_2(struct dentry * dentry) argument
[all...]
H A Dop_dname.c3 * dentry stack walking
114 int wind_dentries_2_4(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt) argument
116 struct dentry * d = dentry;
146 uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt) argument
150 struct dentry * root;
159 value = do_hash(dentry, vfsmn
169 do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt) argument
[all...]
H A Dop_dcache.h28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);
H A Dcompat22.h52 extern int wind_dentries_2_2(struct dentry * dentry);
53 extern uint do_path_hash_2_2(struct dentry * dentry);
H A Dcompat24.h27 extern uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt);
/external/kernel-headers/original/linux/
H A Dxattr.h43 ssize_t vfs_getxattr(struct dentry *, char *, void *, size_t);
44 int vfs_setxattr(struct dentry *, char *, void *, size_t, int);
45 int vfs_removexattr(struct dentry *, char *);
47 ssize_t generic_getxattr(struct dentry *dentry, const char *name, void *buffer, size_t size);
48 ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size);
49 int generic_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags);
50 int generic_removexattr(struct dentry *dentr
[all...]
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 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...]
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 Dmount.h22 struct dentry;
40 struct dentry *mnt_mountpoint; /* dentry of mountpoint */
41 struct dentry *mnt_root; /* root of the mounted tree */
H A Dseq_file.h12 struct dentry;
45 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
H A Dproc_fs.h103 struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
127 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
252 int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
H A Dnfs_xdr.h775 int (*setattr) (struct dentry *, struct nfs_fattr *,
785 int (*create) (struct inode *, struct dentry *,
789 struct dentry *, struct qstr *);
790 int (*unlink_done) (struct dentry *, struct rpc_task *);
797 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
799 int (*readdir) (struct dentry *, struct rpc_cred *,
801 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
H A Dmsdos_fs.h417 extern int fat_notify_change(struct dentry * dentry, struct iattr * attr);
419 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
H A Dkobject.h59 struct dentry * dentry; member in struct:kobject
H A Dsysfs.h75 struct dentry * s_dentry;
H A Dhid.h510 struct dentry *debug_dir;
511 struct dentry *debug_rdesc;
512 struct dentry *debug_events;
H A Dext3_fs.h778 extern int ext3_sync_file (struct file *, struct dentry *, int);
805 extern int ext3_setattr (struct dentry *, struct iattr *);
H A Dusb.h294 struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */
364 struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */
/external/kernel-headers/original/linux/nfsd/
H A Dexport.h53 struct dentry * ex_dentry;
71 struct dentry * ek_dentry;
91 struct dentry *dentry,
95 struct dentry *dentry,
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...]
/external/kernel-headers/original/linux/sunrpc/
H A Dclnt.h64 struct dentry * cl_dentry; /* inode */

Completed in 239 milliseconds