Searched refs:fl0 (Results 1 – 1 of 1) sorted by relevance
179 int same_filelock_identity(const struct file_lock *fl0,674 same_filelock_identity(const struct file_lock *fl0, const struct file_lock *fl1) in same_filelock_identity() argument685 retval = (fl0->client.svid == fl1->client.svid && in same_filelock_identity()686 same_netobj(&(fl0->client.oh), &(fl1->client.oh))); in same_filelock_identity()