HomeSort by relevance Sort by last modified time
    Searched defs:dentry (Results 51 - 53 of 53) sorted by null

1 23

  /external/kernel-headers/original/linux/
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...]
  /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...]
  /external/kernel-headers/original/linux/nfsd/
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...]

Completed in 315 milliseconds

1 23