Searched refs:flpp (Results 1 – 1 of 1) sorted by relevance
4374 struct file_lock **flpp; in check_for_locks() local4379 for (flpp = &inode->i_flock; *flpp != NULL; flpp = &(*flpp)->fl_next) { in check_for_locks()4380 if ((*flpp)->fl_owner == (fl_owner_t)lowner) { in check_for_locks()