Lines Matching refs:f
35 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() argument
37 u32 *fhp = (u32*)f->data; in nlm_debug_print_fh()
53 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() argument
64 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash() argument
69 tmp += f->data[i]; in file_hash()
84 struct nfs_fh *f) in nlm_lookup_file() argument
90 nlm_debug_print_fh("nlm_lookup_file", f); in nlm_lookup_file()
92 hash = file_hash(f); in nlm_lookup_file()
98 if (!nfs_compare_fh(&file->f_handle, f)) in nlm_lookup_file()
101 nlm_debug_print_fh("creating file for", f); in nlm_lookup_file()
108 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
119 if ((nfserr = nlmsvc_ops->fopen(rqstp, f, &file->f_file)) != 0) { in nlm_lookup_file()