Home
last modified time | relevance | path

Searched refs:lm_break (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilelock.h42 bool (*lm_break)(struct file_lock *); member
/openbmc/linux/fs/
H A Dlocks.c544 .lm_break = lease_break_callback,
1537 if (fl->fl_lmops->lm_break(fl)) in __break_lease()
1890 if (!(*flp)->fl_lmops->lm_break) { in generic_setlease()
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c747 .lm_break = nfsd4_layout_lm_break,
H A Dnfs4state.c5005 .lm_break = nfsd_break_deleg_cb,
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst446 void (*lm_break)(struct file_lock *); /* break_lease callback */
459 lm_break: yes no no