Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dlocks.c292 fl->fl_flags = FL_POSIX; in flock_to_posix_lock()
332 fl->fl_flags = FL_POSIX; in flock64_to_posix_lock()
568 if (!(sys_fl->fl_flags & FL_POSIX) || in posix_locks_conflict()
641 if (!(cfl->fl_flags & FL_POSIX)) in posix_test_lock()
703 if (!(fl->fl_flags & FL_POSIX)) in locks_mandatory_locked()
726 new_fl->fl_flags = FL_POSIX | FL_ACCESS; in locks_mandatory_area()
739 if (!(fl->fl_flags & FL_POSIX)) in locks_mandatory_area()
887 if (!(fl->fl_flags & FL_POSIX)) in posix_lock_file()
916 while ((fl = *before) && (!(fl->fl_flags & FL_POSIX) || in posix_lock_file()
1745 if ((fl->fl_flags & FL_POSIX) && fl->fl_owner == owner) { in locks_remove_posix()
[all …]
/linux-2.4.37.9/fs/nfs/
Dfile.c365 if (!fl->fl_owner || (fl->fl_flags & (FL_POSIX|FL_BROKEN)) != FL_POSIX) in nfs_lock()
Dwrite.c293 if (fl->fl_owner == current->files && (fl->fl_flags & FL_POSIX) in region_locked()
/linux-2.4.37.9/fs/lockd/
Dxdr.c138 fl->fl_flags = FL_POSIX; in nlm_decode_lock()
444 fl->fl_flags = FL_POSIX; in nlmclt_decode_testres()
Dxdr4.c137 fl->fl_flags = FL_POSIX; in nlm4_decode_lock()
450 fl->fl_flags = FL_POSIX; in nlm4clt_decode_testres()
/linux-2.4.37.9/include/linux/
Dfs.h608 #define FL_POSIX 1 macro