Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfilelock.h133 struct file_lease { struct
134 struct file_lock_core c;
135 struct fasync_struct * fl_fasync; /* for lease break notifications */
137 unsigned long fl_break_time;
138 unsigned long fl_downgrade_time;
139 const struct lease_manager_operations *fl_lmops; /* Callbacks for lease managers */
/linux-6.12.1/fs/
Dlocks.c77 static struct file_lease *file_lease(struct file_lock_core *flc) in file_lease() function