Searched refs:fl1 (Results 1 – 3 of 3) sorted by relevance
149 struct flock fl1, fl2; in test1() local151 memset(&fl1, 1, sizeof(fl1)); in test1()152 fl1.l_type = F_WRLCK; in test1()153 fl1.l_whence = SEEK_SET; in test1()154 fl2 = fl1; in test1()156 if (fcntl(fd, F_GETLK, &fl1) < 0) in test1()160 FAIL(fl1.l_start != fl2.l_start); in test1()161 FAIL(fl1.l_len != fl2.l_len); in test1()162 FAIL(fl1.l_pid != fl2.l_pid); in test1()163 FAIL(fl1.l_type != F_UNLCK); in test1()[all …]
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()
67 def CV_FL1 : CVBitManipR<0b0100010, "cv.fl1">;