Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilelock.h18 #define FL_LAYOUT 2048 /* outstanding pNFS layout */ macro
406 FL_LAYOUT); in break_layout()
/openbmc/linux/fs/
H A Dlocks.c75 #define IS_LEASE(fl) (fl->fl_flags & (FL_LEASE|FL_DELEG|FL_LAYOUT))
1444 if ((breaker->fl_flags & FL_LAYOUT) != (lease->fl_flags & FL_LAYOUT)) { in leases_conflict()
1689 if (flags & FL_LAYOUT) in check_conflicting_open()
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c196 fl->fl_flags = FL_LAYOUT; in nfsd4_layout_setlease()
H A Dnfs4state.c8434 if (fl->fl_flags == FL_LAYOUT) in nfsd4_deleg_getattr_conflict()