Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dlocks.c140 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
1355 if ((breaker->fl_flags & FL_LAYOUT) != (lease->fl_flags & FL_LAYOUT)) in leases_conflict()
1587 if (flags & FL_LAYOUT) in check_conflicting_open()
/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c167 fl->fl_flags = FL_LAYOUT; in nfsd4_layout_setlease()
/linux-4.4.14/include/linux/
Dfs.h914 #define FL_LAYOUT 2048 /* outstanding pNFS layout */ macro
2144 FL_LAYOUT); in break_layout()