Home
last modified time | relevance | path

Searched refs:FL_LAYOUT (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dlocks.c179 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
1564 if ((breaker->fl_flags & FL_LAYOUT) != (lease->fl_flags & FL_LAYOUT)) { in leases_conflict()
1809 if (flags & FL_LAYOUT) in check_conflicting_open()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4layouts.c195 fl->fl_flags = FL_LAYOUT; in nfsd4_layout_setlease()
/kernel/linux/linux-5.10/include/linux/
Dfs.h997 #define FL_LAYOUT 2048 /* outstanding pNFS layout */ macro
2495 FL_LAYOUT); in break_layout()