Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/filesystems/
DLocking358 unsigned long (*lm_owner_key)(struct file_lock *);
368 lm_owner_key yes[1] yes no
374 [1]: ->lm_compare_owner and ->lm_owner_key are generally called with
/linux-4.4.14/fs/lockd/
Dsvclock.c712 .lm_owner_key = nlmsvc_owner_key,
/linux-4.4.14/fs/
Dlocks.c587 if (fl->fl_lmops && fl->fl_lmops->lm_owner_key) in posix_owner_key()
588 return fl->fl_lmops->lm_owner_key(fl); in posix_owner_key()
/linux-4.4.14/include/linux/
Dfs.h934 unsigned long (*lm_owner_key)(struct file_lock *); member