Searched refs:flc_type (Results 1 – 4 of 4) sorted by relevance
89 __entry->type = fl ? fl->c.flc_type : 0;143 __entry->type = fl ? fl->c.flc_type : 0;195 __entry->type = fl->c.flc_type;224 __entry->l_fl_type = lease->c.flc_type;227 __entry->b_fl_type = breaker->c.flc_type;
1381 __entry->type = fl->c.flc_type;
105 unsigned char flc_type; member165 return fl->c.flc_type == F_UNLCK; in lock_is_unlock()170 return fl->c.flc_type == F_RDLCK; in lock_is_read()175 return fl->c.flc_type == F_WRLCK; in lock_is_write()
383 &&(fl1->c.flc_type == fl2->c.flc_type || fl2->c.flc_type == F_UNLCK); in nlm_compare_locks()
Completed in 10 milliseconds