HomeSort by relevance Sort by last modified time
    Searched refs:fh (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /frameworks/base/cmds/rawbu/
backup.cpp 169 static int write_int32(FILE* fh, int32_t val)
171 int res = fwrite(&val, 1, sizeof(val), fh);
180 static int write_int64(FILE* fh, int64_t val)
182 int res = fwrite(&val, 1, sizeof(val), fh);
231 static int write_header(FILE* fh, int type, const char* path, const struct stat* st)
234 if (!write_int32(fh, type)) return 0;
235 if (!write_int32(fh, pathLen)) return 0;
236 if (fwrite(path, 1, pathLen, fh) != (size_t)pathLen) {
241 if (!write_int32(fh, st->st_uid)) return 0;
242 if (!write_int32(fh, st->st_gid)) return 0
367 FILE* fh = fopen(destPath, "w"); local
494 FILE* fh = fopen(srcPath, "r"); local
    [all...]
  /external/kernel-headers/original/linux/nfsd/
xdr.h 15 struct svc_fh fh; member in struct:nfsd_fhandle
19 struct svc_fh fh; member in struct:nfsd_sattrargs
24 struct svc_fh fh; member in struct:nfsd_diropargs
30 struct svc_fh fh; member in struct:nfsd_readargs
38 svc_fh fh; member in struct:nfsd_writeargs
46 struct svc_fh fh; member in struct:nfsd_createargs
62 struct svc_fh fh; member in struct:nfsd_readlinkargs
83 struct svc_fh fh; member in struct:nfsd_readdirargs
90 struct svc_fh fh; member in struct:nfsd_attrstat
95 struct svc_fh fh; member in struct:nfsd_diropres
104 struct svc_fh fh; member in struct:nfsd_readres
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]

Completed in 178 milliseconds

12 3 4 5