Home
last modified time | relevance | path

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

/fs/lockd/
Dclntlock.c175 struct file_lock *fl_blocked = block->b_lock; in nlmclnt_grant() local
177 if (fl_blocked->fl_start != fl->fl_start) in nlmclnt_grant()
179 if (fl_blocked->fl_end != fl->fl_end) in nlmclnt_grant()
185 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
189 if (nfs_compare_fh(NFS_FH(file_inode(fl_blocked->fl_file)) ,fh) != 0) in nlmclnt_grant()