Home
last modified time | relevance | path

Searched defs:lock_manager_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/ !
Dfs.h992 struct lock_manager_operations { struct
993 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
994 unsigned long (*lm_owner_key)(struct file_lock *);
995 fl_owner_t (*lm_get_owner)(fl_owner_t);
996 void (*lm_put_owner)(fl_owner_t);
997 void (*lm_notify)(struct file_lock *); /* unblock callback */
998 int (*lm_grant)(struct file_lock *, int);
999 bool (*lm_break)(struct file_lock *);
1000 int (*lm_change)(struct file_lock *, int, struct list_head *);
1001 void (*lm_setup)(struct file_lock *, void **);