Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dlocks.c179 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT)) macro
2883 } else if (IS_LEASE(fl)) { in lock_get_status()
2904 int type = IS_LEASE(fl) ? target_leasetype(fl) : fl->fl_type; in lock_get_status()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds