Home
last modified time | relevance | path

Searched refs:nfs_fh (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h371 struct nfs_fh *fh;
427 struct nfs_fh *src_fh;
428 struct nfs_fh *dst_fh;
454 const struct nfs_fh * fh;
484 struct nfs_fh fh;
509 const struct nfs_fh * fh;
525 struct nfs_fh * fh;
555 struct nfs_fh * fh;
577 struct nfs_fh * fh;
591 struct nfs_fh * fh;
[all …]
H A Dnfs.h19 struct nfs_fh { struct
28 static inline int nfs_compare_fh(const struct nfs_fh *a, const struct nfs_fh *b) in nfs_compare_fh() argument
33 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh()
H A Dnfs_fs.h120 struct nfs_fh fh;
276 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH()
371 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
373 struct inode *nfs_ilookup(struct super_block *sb, struct nfs_fattr *, struct nfs_fh *);
414 extern struct nfs_fh *nfs_alloc_fhandle(void);
416 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle()
422 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh);
423 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash()
427 extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption);
434 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash()
[all …]
H A Dnfs_ssc.h19 struct nfs_fh *src_fh, nfs4_stateid *stateid);
43 struct nfs_fh *src_fh, nfs4_stateid *stateid) in nfs42_ssc_open()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dexport.c25 static struct nfs_fh *nfs_exp_embedfh(__u32 *p) in nfs_exp_embedfh()
27 return (struct nfs_fh *)(p + EMBED_FH_OFF); in nfs_exp_embedfh()
37 struct nfs_fh *server_fh = NFS_FH(inode); in nfs_encode_fh()
38 struct nfs_fh *clnt_fh = nfs_exp_embedfh(p); in nfs_encode_fh()
39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh()
69 struct nfs_fh *server_fh = nfs_exp_embedfh(fid->raw); in nfs_fh_to_dentry()
70 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry()
137 struct nfs_fh fh; in nfs_get_parent()
H A Dcallback.h66 struct nfs_fh fh;
80 struct nfs_fh fh;
154 struct nfs_fh cbl_fh;
181 struct nfs_fh cbnl_fh;
191 struct nfs_fh coa_fh;
H A Dproc.c54 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root()
101 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr()
156 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup()
211 struct nfs_fh fhandle;
402 struct nfs_fh *fh; in nfs_proc_symlink()
530 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs()
558 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo()
589 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
H A Dinternal.h142 struct nfs_fh *mntfh;
192 struct nfs_fh *fh;
209 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *, struct nfs_fattr *);
232 struct nfs_fh *,
471 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
788 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash()
798 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash()
H A Dnfs3proc.c61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root()
88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root()
103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr()
158 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup()
270 struct nfs_fh fh;
754 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs()
772 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo()
794 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo()
806 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf()
H A Dnfs4_fs.h63 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,
297 extern int nfs4_proc_get_rootfh(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *, bool);
304 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
312 struct nfs_fh *,
320 extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
H A Dmount_clnt.c126 struct nfs_fh *fh;
133 struct nfs_fh *fh;
348 struct nfs_fh *fh = res->fh; in decode_fhandle()
398 struct nfs_fh *fh = res->fh; in decode_fhandle3()
H A Dnfstrace.h898 const struct nfs_fh *fh = hdr->args.fh ?
940 const struct nfs_fh *fh = hdr->args.fh ?
987 const struct nfs_fh *fh = hdr->args.fh ?
1035 const struct nfs_fh *fh = hdr->args.fh ?
1085 const struct nfs_fh *fh = hdr->args.fh ?
1130 const struct nfs_fh *fh = hdr->args.fh ?
1224 const struct nfs_fh *fh = data->args.fh ?
1265 const struct nfs_fh *fh = data->args.fh ?
1295 const struct nfs_fh *fh,
H A Dnfs3_fs.h31 struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *,
H A Dnfs4getroot.c13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh()
H A Dinode.c320 struct nfs_fh *fh;
334 struct nfs_fh *fh = desc->fh; in nfs_find_actor()
424 nfs_ilookup(struct super_block *sb, struct nfs_fattr *fattr, struct nfs_fh *fh) in nfs_ilookup()
449 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget()
1565 struct nfs_fh *nfs_alloc_fhandle(void) in nfs_alloc_fhandle()
1567 struct nfs_fh *fh; in nfs_alloc_fhandle()
1569 fh = kmalloc(sizeof(struct nfs_fh), GFP_NOFS); in nfs_alloc_fhandle()
1585 u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh) in _nfs_display_fhandle_hash()
1601 void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) in _nfs_display_fhandle()
H A Dnfs2xdr.c184 static void encode_fhandle(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fhandle()
192 static int decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fhandle()
493 static void encode_diropargs(struct xdr_stream *xdr, const struct nfs_fh *fh, in encode_diropargs()
556 const struct nfs_fh *fh = data; in nfs2_xdr_enc_fhandle()
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvcsubs.c36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
65 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash()
85 struct nfs_fh *f) in nlm_lookup_file()
109 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayout.h67 struct nfs_fh **fh_array;
104 extern struct nfs_fh *
H A Dfilelayout.c457 struct nfs_fh *fh; in filelayout_read_pagelist()
504 struct nfs_fh *fh; in filelayout_write_pagelist()
713 fl->fh_array[i] = kmalloc(sizeof(struct nfs_fh), gfp_flags); in filelayout_decode_layout()
965 static struct nfs_fh *
986 struct nfs_fh *fh; in filelayout_initiate_commit()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h82 struct nfs_fh *fh_versions;
205 struct nfs_fh *
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dbind.h29 struct nfs_fh *,
H A Dlockd.h156 struct nfs_fh f_handle; /* NFS file handle */
289 struct nfs_fh *);
H A Dxdr.h41 struct nfs_fh fh;
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dflexfilelayoutxdr.h42 struct nfs_fh fh;
H A Dlockd.c28 nlm_fopen(struct svc_rqst *rqstp, struct nfs_fh *f, struct file **filp) in nlm_fopen()

123