Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlocks.c75 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT)) macro
2728 } else if (IS_LEASE(fl)) { in lock_get_status()
2743 type = IS_LEASE(fl) ? target_leasetype(fl) : fl->fl_type; in lock_get_status()