lease_table
struct lease_table *new_lb)
struct lease_table *lb;
struct lease_table *new_lb = NULL;
struct lease_table *lt;
struct lease_table *lb = opinfo->o_lease->l_lb;
struct lease_table *lb = opinfo->o_lease->l_lb;
static struct lease_table *alloc_lease_table(struct oplock_info *opinfo)
struct lease_table *lb;
lb = kmalloc_obj(struct lease_table, KSMBD_DEFAULT_GFP);
struct lease_table *lb, *lbtmp;
struct lease_table *lb;
struct lease_table *l_lb;