}
 
 static fl_owner_t
-nfsd4_fl_get_owner(fl_owner_t owner)
+nfsd4_lm_get_owner(fl_owner_t owner)
 {
        struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
 
 }
 
 static void
-nfsd4_fl_put_owner(fl_owner_t owner)
+nfsd4_lm_put_owner(fl_owner_t owner)
 {
        struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
 
 
 static const struct lock_manager_operations nfsd_posix_mng_ops  = {
        .lm_notify = nfsd4_lm_notify,
-       .lm_get_owner = nfsd4_fl_get_owner,
-       .lm_put_owner = nfsd4_fl_put_owner,
+       .lm_get_owner = nfsd4_lm_get_owner,
+       .lm_put_owner = nfsd4_lm_put_owner,
 };
 
 static inline void