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

  /bionic/libc/kernel/common/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
relay.h 37 struct dentry *dentry; member in struct:rchan_buf
75 struct dentry *(*create_buf_file)(const char *filename,
76 struct dentry *parent,
81 int (*remove_buf_file)(struct dentry *dentry);
85 struct dentry *parent,
  /external/kernel-headers/original/linux/
kobject.h 59 struct dentry * dentry; member in struct:kobject
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...]
  /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...]
  /external/bluetooth/glib/glib/
gtestutils.c 1097 DestroyEntry *dentry; local
1134 DestroyEntry *dentry = test_destroy_queue; local
    [all...]

Completed in 335 milliseconds