fcntl_setlease
err = fcntl_setlease(fd, filp, argi);
int fcntl_setlease(unsigned int fd, struct file *filp, int arg);
static const char *fcntl_setlease[] = { "RDLCK", "WRLCK", "UNLCK", };
static DEFINE_STRARRAY(fcntl_setlease, "F_");