Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
H A 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()
/kernel/linux/linux-6.6/fs/lockd/
H A Dclntlock.c174 struct file_lock *fl_blocked = block->b_lock; in nlmclnt_grant() local
176 if (fl_blocked->fl_start != fl->fl_start) in nlmclnt_grant()
178 if (fl_blocked->fl_end != fl->fl_end) in nlmclnt_grant()
184 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
188 if (nfs_compare_fh(NFS_FH(file_inode(fl_blocked->fl_file)), fh) != 0) in nlmclnt_grant()

Completed in 1 milliseconds