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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Dafs.h41 AFS_LOCK_READ = 0, /* read lock request */ enumerator in enum:__anon32011
H A Dflock.c183 AFS_LOCK_READ : AFS_LOCK_WRITE;
194 if (type == AFS_LOCK_READ)
275 type = (fl->fl_type == F_RDLCK) ? AFS_LOCK_READ : AFS_LOCK_WRITE;
295 if (type == AFS_LOCK_READ &&
400 if (type == AFS_LOCK_READ)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/
H A Dafs.h41 AFS_LOCK_READ = 0, /* read lock request */ enumerator in enum:__anon20318
H A Dflock.c183 AFS_LOCK_READ : AFS_LOCK_WRITE;
194 if (type == AFS_LOCK_READ)
275 type = (fl->fl_type == F_RDLCK) ? AFS_LOCK_READ : AFS_LOCK_WRITE;
295 if (type == AFS_LOCK_READ &&
400 if (type == AFS_LOCK_READ)

Completed in 124 milliseconds