Home
last modified time | relevance | path

Searched refs:FL_CLOSE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/trace/events/
Dfilelock.h25 { FL_CLOSE, "FL_CLOSE" }, \
/linux-4.1.27/fs/dlm/
Dplock.c286 if (fl->fl_flags & FL_CLOSE) { in dlm_posix_unlock()
/linux-4.1.27/fs/
Dlocks.c2381 lock.fl_flags = FL_POSIX | FL_CLOSE; in locks_remove_posix()
/linux-4.1.27/include/linux/
Dfs.h899 #define FL_CLOSE 64 /* unlock on close */ macro
/linux-4.1.27/fs/fuse/
Dfile.c2156 if (fl->fl_flags & FL_CLOSE) in fuse_setlk()
/linux-4.1.27/fs/cifs/
Dfile.c1257 FL_ACCESS | FL_LEASE | FL_CLOSE))) in cifs_read_flock()