Searched refs:decode_fh (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsxdr.c36 decode_fh(__be32 *p, struct svc_fh *fhp) function
48 return decode_fh(p, fhp);
223 if (!(p = decode_fh(p, &args->fh)))
232 p = decode_fh(p, &args->fh);
244 if (!(p = decode_fh(p, &args->fh))
257 if (!(p = decode_fh(p, &args->fh)))
289 if (!(p = decode_fh(p, &args->fh)))
336 if ( !(p = decode_fh(p, &args->fh))
348 if (!(p = decode_fh(p, &args->ffh))
350 || !(p = decode_fh(
[all...]
H A Dnfs3xdr.c57 decode_fh(__be32 *p, struct svc_fh *fhp) function
73 return decode_fh(p, fhp);
294 if (!(p = decode_fh(p, &args->fh)))
303 if (!(p = decode_fh(p, &args->fh)))
320 if (!(p = decode_fh(p, &args->fh))
331 if (!(p = decode_fh(p, &args->fh)))
346 if (!(p = decode_fh(p, &args->fh)))
375 if (!(p = decode_fh(p, &args->fh)))
425 if (!(p = decode_fh(p, &args->fh))
448 if (!(p = decode_fh(
[all...]
H A Dnfsfh.c215 dentry = CALL(nop,decode_fh)(exp->ex_mnt->mnt_sb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.c180 .decode_fh = xfs_fs_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dexport.c220 .decode_fh = isofs_export_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback_xdr.c84 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) function
176 status = decode_fh(xdr, &args->fh);
201 status = decode_fh(xdr, &args->fh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c248 .decode_fh = ocfs2_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_export.c283 .decode_fh = gfs2_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c41 * find_exported_dentry - helper routine to implement export_operations->decode_fh
52 * to provide the decode_fh() export_operation. It's main task is to take
56 * The decode_fh() operation provided by the filesystem should call
59 * for the object and optionally its parent are passed. The default decode_fh
490 * export_decode_fh - default export_operations->decode_fh function
497 * This is the default decode_fh() function.
521 .decode_fh = export_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c771 .decode_fh = fat_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c653 .decode_fh = reiserfs_decode_fh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h1269 * @decode_fh: decode a file handle fragment and return a &struct dentry
1283 * handles, decode_fh() and encode_fh(), and allows for some other
1302 * decode_fh:
1303 * @decode_fh is given a &struct super_block (@sb), a file handle fragment
1314 * @max_len bytes) information that can be used by @decode_fh to recover the
1354 struct dentry *(*decode_fh)(struct super_block *sb, __u32 *fh, int fh_len, int fh_type, member in struct:export_operations
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c2113 .decode_fh = shmem_decode_fh,

Completed in 267 milliseconds