Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/lockd/
Dsvclock.c712 .lm_owner_key = nlmsvc_owner_key,
/linux-4.1.27/fs/
Dlocks.c583 if (fl->fl_lmops && fl->fl_lmops->lm_owner_key) in posix_owner_key()
584 return fl->fl_lmops->lm_owner_key(fl); in posix_owner_key()
/linux-4.1.27/include/linux/
Dfs.h924 unsigned long (*lm_owner_key)(struct file_lock *); member