Lines Matching refs:f
36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() argument
38 u32 *fhp = (u32*)f->data; in nlm_debug_print_fh()
54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() argument
65 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash() argument
70 tmp += f->data[i]; in file_hash()
85 struct nfs_fh *f) in nlm_lookup_file() argument
91 nlm_debug_print_fh("nlm_lookup_file", f); in nlm_lookup_file()
93 hash = file_hash(f); in nlm_lookup_file()
99 if (!nfs_compare_fh(&file->f_handle, f)) in nlm_lookup_file()
102 nlm_debug_print_fh("creating file for", f); in nlm_lookup_file()
109 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
120 if ((nfserr = nlmsvc_ops->fopen(rqstp, f, &file->f_file)) != 0) { in nlm_lookup_file()