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

1 23

  /system/core/sdcard/
fuse.h 296 __u64 fh; member in struct:fuse_getattr_in
333 __u64 fh; member in struct:fuse_setattr_in
362 __u64 fh; member in struct:fuse_open_out
368 __u64 fh; member in struct:fuse_release_in
375 __u64 fh; member in struct:fuse_flush_in
382 __u64 fh; member in struct:fuse_read_in
394 __u64 fh; member in struct:fuse_write_in
415 __u64 fh; member in struct:fuse_fsync_in
436 __u64 fh; member in struct:fuse_lk_in
505 __u64 fh; member in struct:fuse_ioctl_in
521 __u64 fh; member in struct:fuse_poll_in
    [all...]
  /external/genext2fs/
genext2fs.c 1659 FILE *fh; local
2435 FILE *fh; local
2652 FILE * fh = xfopen(fsin, "rb"); local
2705 FILE *fh; local
2718 FILE * fh = xfopen(fsout, "wb"); local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 4543 Transliterator* fh = Transliterator::createInstance("Fullwidth-Halfwidth", UTRANS_FORWARD, parseError, status); local
    [all...]
  /external/kernel-headers/original/linux/
coda.h 664 struct file *fh; /* not passed from userspace but used in-kernel only */ member in struct:coda_open_by_fd_out
nfs_xdr.h 119 const struct nfs_fh * fh; member in struct:nfs_openargs
138 struct nfs_fh fh; member in struct:nfs_openres
154 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
167 struct nfs_fh * fh; member in struct:nfs_closeargs
188 struct nfs_fh * fh; member in struct:nfs_lock_args
205 struct nfs_fh * fh; member in struct:nfs_locku_args
216 struct nfs_fh * fh; member in struct:nfs_lockt_args
240 struct nfs_fh * fh; member in struct:nfs_readargs
258 struct nfs_fh * fh; member in struct:nfs_writeargs
290 struct nfs_fh * fh; member in struct:nfs_entry
298 struct nfs_fh * fh; member in struct:nfs_sattrargs
303 struct nfs_fh * fh; member in struct:nfs_diropargs
309 struct nfs_fh * fh; member in struct:nfs_createargs
325 struct nfs_fh * fh; member in struct:nfs_setattrargs
333 struct nfs_fh * fh; member in struct:nfs_setaclargs
340 struct nfs_fh * fh; member in struct:nfs_getaclargs
368 struct nfs_fh * fh; member in struct:nfs_readdirargs
375 struct nfs_fh * fh; member in struct:nfs3_getaclargs
389 struct nfs_fh * fh; member in struct:nfs_diropok
394 struct nfs_fh * fh; member in struct:nfs_readlinkargs
401 struct nfs_fh * fh; member in struct:nfs3_sattrargs
408 struct nfs_fh * fh; member in struct:nfs3_diropargs
414 struct nfs_fh * fh; member in struct:nfs3_accessargs
419 struct nfs_fh * fh; member in struct:nfs3_createargs
428 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
444 struct nfs_fh * fh; member in struct:nfs3_mknodargs
469 struct nfs_fh * fh; member in struct:nfs3_readdirargs
479 struct nfs_fh * fh; member in struct:nfs3_diropres
489 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
525 const struct nfs_fh * fh; member in struct:nfs4_accessargs
552 struct nfs_fh * fh; member in struct:nfs4_create_res
559 const struct nfs_fh * fh; member in struct:nfs4_fsinfo_arg
564 const struct nfs_fh * fh; member in struct:nfs4_getattr_arg
574 const struct nfs_fh * fh; member in struct:nfs4_link_arg
597 struct nfs_fh * fh; member in struct:nfs4_lookup_res
605 const struct nfs_fh * fh; member in struct:nfs4_pathconf_arg
610 const struct nfs_fh * fh; member in struct:nfs4_readdir_arg
625 const struct nfs_fh * fh; member in struct:nfs4_readlink
632 const struct nfs_fh * fh; member in struct:nfs4_remove_arg
672 const struct nfs_fh * fh; member in struct:nfs4_statfs_arg
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 452 final int fh = frame.height(); local
511 if (mIsWallpaper && (fw != frame.width() || fh != frame.height())) {
    [all...]
WindowManagerService.java 5137 int fh = frame.height(); local
    [all...]

Completed in 3084 milliseconds

1 23