Home
last modified time | relevance | path

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

/linux-6.1.9/fs/lockd/
Dclntlock.c177 struct file_lock *fl_blocked = block->b_lock; in nlmclnt_grant() local
179 if (fl_blocked->fl_start != fl->fl_start) in nlmclnt_grant()
181 if (fl_blocked->fl_end != fl->fl_end) in nlmclnt_grant()
187 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
191 if (nfs_compare_fh(NFS_FH(locks_inode(fl_blocked->fl_file)), fh) != 0) in nlmclnt_grant()