IS_LEASE 748 fs/locks.c if (IS_LEASE(fl))
IS_LEASE 777 fs/locks.c if (IS_LEASE(fl))
IS_LEASE 1155 fs/locks.c while ((fl = *before) && IS_LEASE(fl) && (fl->fl_type & F_INPROGRESS)) {
IS_LEASE 1192 fs/locks.c if ((flock == NULL) || !IS_LEASE(flock))
IS_LEASE 1195 fs/locks.c for (fl = flock; fl && IS_LEASE(fl); fl = fl->fl_next)
IS_LEASE 1226 fs/locks.c for (fl = flock; fl && IS_LEASE(fl); fl = fl->fl_next) {
IS_LEASE 1255 fs/locks.c for (flock = inode->i_flock; flock && IS_LEASE(flock);
IS_LEASE 1284 fs/locks.c if (flock && IS_LEASE(flock) && (flock->fl_type & F_WRLCK))
IS_LEASE 1322 fs/locks.c for (fl = filp->f_path.dentry->d_inode->i_flock; fl && IS_LEASE(fl);
IS_LEASE 1390 fs/locks.c ((fl = *before) != NULL) && IS_LEASE(fl);
IS_LEASE 2029 fs/locks.c if (IS_LEASE(fl)) {
IS_LEASE 2109 fs/locks.c } else if (IS_LEASE(fl)) {