Searched refs:FL_OFDLCK (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/
H A Dlocks.c815 if ((blocker->flc_flags & (FL_POSIX|FL_OFDLCK)) == FL_POSIX)
1014 * For FL_OFDLCK locks, the owner is the filp, not the files_struct.
1019 * In principle, we could do a more limited deadlock detection on FL_OFDLCK
1053 * FL_OFDLCK locks, since they aren't owned by a process, per-se.
1055 if (caller->flc_flags & FL_OFDLCK)
2216 if (fl->flc_flags & FL_OFDLCK)
2296 fl->c.flc_flags |= FL_OFDLCK;
2423 * FL_OFDLCK flag and override the owner.
2432 file_lock->c.flc_flags |= FL_OFDLCK;
2441 file_lock->c.flc_flags |= FL_OFDLCK;
[all...]
/linux-master/include/trace/events/
H A Dfilelock.h30 { FL_OFDLCK, "FL_OFDLCK" })
/linux-master/include/linux/
H A Dfilelock.h17 #define FL_OFDLCK 1024 /* lock is "owned" by struct file */ macro
/linux-master/fs/smb/client/
H A Dsmb2file.c231 if (!(flock->c.flc_flags & (FL_FLOCK | FL_OFDLCK)))
H A Dfile.c1358 (flags & FL_OFDLCK) && (li->flags & FL_OFDLCK) &&
1775 FL_ACCESS | FL_LEASE | FL_CLOSE | FL_OFDLCK)))

Completed in 152 milliseconds