HomeSort by relevance Sort by last modified time
    Searched full:dentry (Results 51 - 75 of 236) sorted by null

1 23 4 5 6 7 8 910

  /external/yaffs2/yaffs2/
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)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 82 struct direct *dentry = &dir->dir; local
85 memset (dentry, 0, sizeof *dentry);
98 dentry->d_off = 0;
100 dentry->d_fileno = 1;
102 dentry->d_fileno = dnam->nam$w_fid[0] + (dnam->nam$w_fid[1] << 16);
104 dentry->d_reclen = sizeof (struct direct);
105 dentry->d_namlen = dnam->nam$b_name + dnam->nam$b_type;
106 strncpy (dentry->d_name, dnam->nam$l_name, dentry->d_namlen)
    [all...]
  /system/extras/ext4_utils/
contents.c 43 static u32 dentry_size(u32 entries, struct dentry *dentries)
65 struct ext4_dir_entry_2 *dentry; local
70 /* Adding this dentry will cross a block boundary, so pad the previous
71 dentry to the block boundary */
78 dentry = (struct ext4_dir_entry_2 *)(data + *offset);
79 dentry->inode = inode;
80 dentry->rec_len = rec_len;
81 dentry->name_len = name_len;
82 dentry->file_type = file_type;
83 memcpy(dentry->name, name, name_len)
105 struct ext4_dir_entry_2 *dentry; local
    [all...]
contents.h 20 struct dentry { struct
36 u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries,
  /external/oprofile/module/
op_dcache.h 28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);
compat24.h 27 extern uint do_path_hash_2_4(struct dentry * dentry, struct vfsmount * vfsmnt);
compat22.h 52 extern int wind_dentries_2_2(struct dentry * dentry);
53 extern uint do_path_hash_2_2(struct dentry * dentry);
  /external/kernel-headers/original/linux/
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,
137 static inline void inotify_d_move(struct dentry *dentry)
148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry,
mount.h 22 struct dentry;
40 struct dentry *mnt_mountpoint; /* dentry of mountpoint */
41 struct dentry *mnt_root; /* root of the mounted tree */
relay.h 42 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...]
seq_file.h 12 struct dentry;
45 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
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 **);
fs.h     [all...]
  /external/kernel-headers/original/linux/nfsd/
stats.h 19 unsigned int fh_lookup; /* dentry cached */
20 unsigned int fh_anon; /* anon file dentry returned */
nfsfh.h 27 * 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 *dentry = fhp->fh_dentry local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 19 unsigned int fh_lookup; /* dentry cached */
20 unsigned int fh_anon; /* anon file dentry returned */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 19 unsigned int fh_lookup; /* dentry cached */
20 unsigned int fh_anon; /* anon file dentry returned */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 19 unsigned int fh_lookup; /* dentry cached */
20 unsigned int fh_anon; /* anon file dentry returned */
  /external/libselinux/src/
stringrep.c 60 struct dirent *dentry; local
106 dentry = readdir(dir);
107 while (dentry != NULL) {
111 snprintf(path, sizeof path, "%s/class/%s/perms/%s", selinux_mnt,s,dentry->d_name);
116 dentry = readdir(dir);
133 node->perms[value-1] = strdup(dentry->d_name);
137 dentry = readdir(dir);
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 507 int (*setattr) (struct dentry *, struct nfs_fattr *,
517 int (*create) (struct inode *, struct dentry *,
521 struct dentry *, struct qstr *);
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
529 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
531 int (*readdir) (struct dentry *, struct rpc_cred *,
533 int (*mknod) (struct inode *, struct dentry *, struct iattr *,

Completed in 663 milliseconds

1 23 4 5 6 7 8 910