Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlocks.c84 static int target_leasetype(struct file_lock *fl) in target_leasetype() function
1661 type = target_leasetype(fl); in fcntl_getlease()
2741 type = IS_LEASE(fl) ? target_leasetype(fl) : fl->fl_type; in lock_get_status()