Searched refs:AFS_LOCK_READ (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/afs/
H A Dafs.h43 AFS_LOCK_READ = 0, /* read lock request */ enumerator in enum:__anon253
H A Dflock.c437 if (type == AFS_LOCK_READ) {
473 type = lock_is_read(fl) ? AFS_LOCK_READ : AFS_LOCK_WRITE;
510 if (type == AFS_LOCK_READ) {
528 if (type == AFS_LOCK_READ) {

Completed in 101 milliseconds