Home
last modified time | relevance | path

Searched refs:fl2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/file/
H A Dflock_helper.c149 struct flock fl1, fl2; in test1() local
154 fl2 = fl1; 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()
164 FAIL(fl1.l_whence != fl2.l_whence); in test1()
166 FAIL(fl1.l_sysid != fl2.l_sysid); in test1()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c180 const struct file_lock *fl2);