Home
last modified time | relevance | path

Searched refs:LEASE_BREAK_LEASE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfilelock.h219 #define LEASE_BREAK_LEASE BIT(0) // break leases and delegations macro
477 return __break_lease(inode, LEASE_BREAK_LEASE | openmode_to_lease_flags(mode)); in break_lease()
/linux/fs/
H A Dlocks.c1598 if (flags & LEASE_BREAK_LEASE) in __break_lease()