Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dclntlock.c176 struct file_lock *fl_blocked = block->b_lock; in nlmclnt_grant() local
178 if (fl_blocked->fl_start != fl->fl_start) in nlmclnt_grant()
180 if (fl_blocked->fl_end != fl->fl_end) in nlmclnt_grant()
186 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
190 if (nfs_compare_fh(NFS_FH(locks_inode(fl_blocked->fl_file)), fh) != 0) in nlmclnt_grant()