/external/oprofile/module/ |
D | compat.c | 28 int wind_dentries_2_2(struct dentry * dentry) in wind_dentries_2_2() argument 30 struct dentry * root = current->fs->root; in wind_dentries_2_2() 32 if (dentry->d_parent != dentry && list_empty(&dentry->d_hash)) in wind_dentries_2_2() 36 struct dentry * parent; in wind_dentries_2_2() 38 if (dentry == root) in wind_dentries_2_2() 41 dentry = dentry->d_covers; in wind_dentries_2_2() 42 parent = dentry->d_parent; in wind_dentries_2_2() 44 if (dentry == parent) in wind_dentries_2_2() 47 push_dname(&dentry->d_name); in wind_dentries_2_2() 49 dentry = parent; in wind_dentries_2_2() [all …]
|
D | op_dname.c | 114 int wind_dentries_2_4(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struc… in wind_dentries_2_4() argument 116 struct dentry * d = dentry; in wind_dentries_2_4() 146 uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt) in do_path_hash_2_4() argument 150 struct dentry * root; in do_path_hash_2_4() 159 value = do_hash(dentry, vfsmnt, root, rootmnt); in do_path_hash_2_4() 169 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmoun… in do_hash() argument 178 if (!wind_dentries(dentry, vfsmnt, root, rootmnt)) in do_hash()
|
D | compat22.h | 52 extern int wind_dentries_2_2(struct dentry * dentry); 53 extern uint do_path_hash_2_2(struct dentry * dentry);
|
D | op_dcache.h | 28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmoun…
|
D | compat24.h | 27 extern uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt);
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 112 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_lookup(struct inode *dir, struct dentry *dentry); 126 static int yaffs_link(struct dentry *old_dentry, struct inode *dir, 127 struct dentry *dentry); 128 static int yaffs_unlink(struct inode *dir, struct dentry *dentry); 129 static int yaffs_symlink(struct inode *dir, struct dentry *dentry, 131 static int yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode); [all …]
|
/external/kernel-headers/original/linux/ |
D | inotify.h | 102 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, in inotify_d_instantiate() argument 137 static inline void inotify_d_move(struct dentry *dentry) in inotify_d_move() argument 148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, in inotify_dentry_parent_queue_event() argument
|
D | fs.h | 986 #define f_dentry f_path.dentry 1432 struct dentry *s_root; 1545 extern int vfs_create(struct inode *, struct dentry *, umode_t, struct nameidata *); 1546 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t); 1547 extern int vfs_mknod(struct inode *, struct dentry *, umode_t, dev_t); 1548 extern int vfs_symlink(struct inode *, struct dentry *, const char *); 1549 extern int vfs_link(struct dentry *, struct inode *, struct dentry *); 1550 extern int vfs_rmdir(struct inode *, struct dentry *); 1551 extern int vfs_unlink(struct inode *, struct dentry *); 1552 extern int vfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *); [all …]
|
D | relay.h | 42 struct dentry *dentry; /* channel file dentry */ member 138 struct dentry *(*create_buf_file)(const char *filename, 139 struct dentry *parent, 154 int (*remove_buf_file)(struct dentry *dentry); 162 struct dentry *parent,
|
D | proc_fs.h | 103 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 **);
|
D | mount.h | 22 struct dentry; 40 struct dentry *mnt_mountpoint; /* dentry of mountpoint */ 41 struct dentry *mnt_root; /* root of the mounted tree */
|
D | audit.h | 463 extern void __audit_inode(const char *name, const struct dentry *dentry); 464 extern void __audit_inode_child(const struct dentry *dentry, 500 static inline void audit_inode(const char *name, const struct dentry *dentry) { in audit_inode() argument 502 __audit_inode(name, dentry); in audit_inode() 504 static inline void audit_inode_child(const struct dentry *dentry, in audit_inode_child() argument 507 __audit_inode_child(dentry, parent); in audit_inode_child()
|
D | seq_file.h | 12 struct dentry; 45 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
|
D | nfs_xdr.h | 775 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 *,
|
D | capability.h | 376 struct dentry; 552 extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
|
D | msdos_fs.h | 417 extern int fat_notify_change(struct dentry * dentry, struct iattr * attr); 419 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
D | kobject.h | 59 struct dentry * dentry; member
|
D | hid.h | 510 struct dentry *debug_dir; 511 struct dentry *debug_rdesc; 512 struct dentry *debug_events;
|
D | sysfs.h | 75 struct dentry * s_dentry;
|
D | usb.h | 294 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/ |
D | export.h | 53 struct dentry * ex_dentry; 71 struct dentry * ek_dentry; 91 struct dentry *dentry, 95 struct dentry *dentry,
|
D | nfsfh.h | 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; in fh_copy() local 223 dentry->d_parent->d_name.name, dentry->d_name.name); in fh_copy() 302 struct dentry *dentry = fhp->fh_dentry; in fh_lock() local 314 dentry->d_parent->d_name.name, dentry->d_name.name); in fh_lock() 318 inode = dentry->d_inode; in fh_lock()
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-11-04-LiveIntervalCrash.ll | 4 %struct.dentry = type { %struct.dentry_operations* } 5 %struct.dentry_operations = type { i32 (%struct.dentry*, %struct.qstr*)* } 8 define %struct.dentry* @d_hash_and_lookup(%struct.dentry* %dir, %struct.qstr* %name) { 32 …%tmp75 = tail call i32 null( %struct.dentry* %dir, %struct.qstr* %name ) ; <i32> [#… 33 …%tmp84 = tail call i32 (...)* @d_lookup( %struct.dentry* %dir, %struct.qstr* %name ) ; … 34 ret %struct.dentry* null
|
/external/libselinux/src/ |
D | stringrep.c | 60 struct dirent *dentry; in discover_class() local 106 dentry = readdir(dir); in discover_class() 107 while (dentry != NULL) { in discover_class() 111 snprintf(path, sizeof path, "%s/class/%s/perms/%s", selinux_mnt,s,dentry->d_name); in discover_class() 116 dentry = readdir(dir); in discover_class() 133 node->perms[value-1] = strdup(dentry->d_name); in discover_class() 137 dentry = readdir(dir); in discover_class()
|
/external/kernel-headers/original/linux/sunrpc/ |
D | clnt.h | 64 struct dentry * cl_dentry; /* inode */
|