Home
last modified time | relevance | path

Searched refs:LOCK_REQ (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Ddata.c2981 if (fio->need_lock == LOCK_REQ && !f2fs_trylock_op(fio->sbi, &lc)) in f2fs_do_write_data_page()
3017 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
3033 fio->need_lock = LOCK_REQ; in f2fs_do_write_data_page()
3056 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
3168 fio.need_lock = LOCK_REQ; in f2fs_write_single_data_page()
H A Dgc.c1540 .need_lock = LOCK_REQ, in move_data_page()
H A Df2fs.h1293 LOCK_REQ = 0, enumerator
/linux/fs/smb/client/
H A Dcifssmb.c2181 LOCK_REQ *pSMB = NULL; in cifs_lockv()
2231 LOCK_REQ *pSMB = NULL; in CIFSSMBLock()