Home
last modified time | relevance | path

Searched refs:FL_UNLOCK_PENDING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/
H A Dlocks.c81 return fl->fl_flags & (FL_UNLOCK_PENDING | FL_DOWNGRADE_PENDING); in lease_breaking()
86 if (fl->fl_flags & FL_UNLOCK_PENDING) in target_leasetype()
1381 fl->fl_flags &= ~FL_UNLOCK_PENDING; in lease_clear_pending()
1527 if (fl->fl_flags & FL_UNLOCK_PENDING) in __break_lease()
1529 fl->fl_flags |= FL_UNLOCK_PENDING; in __break_lease()
1780 if (fl->fl_flags & FL_UNLOCK_PENDING) in generic_add_lease()
/openbmc/linux/include/linux/
H A Dfilelock.h16 #define FL_UNLOCK_PENDING 512 /* Lease is being broken */ macro
/openbmc/linux/include/trace/events/
H A Dfilelock.h29 { FL_UNLOCK_PENDING, "FL_UNLOCK_PENDING" }, \