Searched refs:lock_is_unlock (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ocfs2/
H A Dlocks.c110 if (lock_is_unlock(fl))
H A Dstack_user.c747 else if (lock_is_unlock(fl))
/linux-master/fs/ceph/
H A Dlocks.c277 if (op == CEPH_MDS_OP_SETFILELOCK && lock_is_unlock(fl))
289 if (op == CEPH_MDS_OP_SETFILELOCK && lock_is_unlock(fl)) {
337 if (lock_is_unlock(fl))
352 if (lock_is_unlock(fl)) {
/linux-master/include/linux/
H A Dfilelock.h163 static inline bool lock_is_unlock(struct file_lock *fl) function
264 static inline bool lock_is_unlock(struct file_lock *fl) function
/linux-master/fs/afs/
H A Dflock.c737 if (lock_is_unlock(fl)) {
781 if (lock_is_unlock(fl))
823 if (lock_is_unlock(fl))
/linux-master/fs/gfs2/
H A Dfile.c1446 if (lock_is_unlock(fl))
1454 else if (lock_is_unlock(fl))
1563 if (lock_is_unlock(fl)) {
/linux-master/fs/nfs/
H A Dfile.c854 else if (lock_is_unlock(fl))
881 if (lock_is_unlock(fl))
H A Dnfs4proc.c7563 if (lock_is_unlock(request)) {
/linux-master/fs/
H A Dlocks.c928 if (lock_is_unlock(caller_fl)) {
1111 if (lock_is_unlock(request)) {
1163 return lock_is_unlock(request) ? 0 : -ENOMEM;
1284 if (lock_is_unlock(request))
1336 if (lock_is_unlock(request)) {
/linux-master/fs/smb/client/
H A Dfile.c1505 if (lock_is_unlock(flock) && !cinode->can_cache_brlcks) {
1784 } else if (lock_is_unlock(flock)) {
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7293 if (lock_is_unlock(smb_lock->fl)) {
7353 if (lock_is_unlock(smb_lock->fl) && nolock) {

Completed in 317 milliseconds