Searched refs:lm_setup (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfilelock.h50 void (*lm_setup)(struct file_lease *, void **); member in struct:lease_manager_operations
/linux-master/fs/
H A Dlocks.c582 .lm_setup = lease_setup,
1869 if (lease->fl_lmops->lm_setup)
1870 lease->fl_lmops->lm_setup(lease, priv);
1919 * @priv: private data for lm_setup (may be NULL if lm_setup
1996 * @priv: private info for lm_setup when adding a lease (may be
1997 * NULL if lm_setup doesn't require it)
2005 * The "priv" pointer is passed directly to the lm_setup function as-is. It
2006 * may be NULL if the lm_setup operation doesn't require it.

Completed in 1639 milliseconds