Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/
DLocking363 unsigned long (*lm_owner_key)(struct file_lock *);
373 lm_owner_key yes[1] yes no
379 [1]: ->lm_compare_owner and ->lm_owner_key are generally called with
/Linux-v4.19/fs/lockd/
Dsvclock.c713 .lm_owner_key = nlmsvc_owner_key,
/Linux-v4.19/fs/
Dlocks.c642 if (fl->fl_lmops && fl->fl_lmops->lm_owner_key) in posix_owner_key()
643 return fl->fl_lmops->lm_owner_key(fl); in posix_owner_key()
/Linux-v4.19/include/linux/
Dfs.h982 unsigned long (*lm_owner_key)(struct file_lock *); member