Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddata.c2666 if (fio->need_lock == LOCK_REQ && !f2fs_trylock_op(fio->sbi)) in f2fs_do_write_data_page()
2706 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2725 fio->need_lock = LOCK_REQ; in f2fs_do_write_data_page()
2752 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2862 fio.need_lock = LOCK_REQ; in f2fs_write_single_data_page()
H A Dgc.c1497 .need_lock = LOCK_REQ, in move_data_page()
H A Df2fs.h1248 LOCK_REQ = 0, enumerator
/linux/fs/smb/client/
H A Dsmb1ops.c86 LOCK_REQ *pSMB = (LOCK_REQ *)in_buf; in send_lock_cancel()
H A Dcifssmb.c2011 LOCK_REQ *pSMB = NULL; in cifs_lockv()
2061 LOCK_REQ *pSMB = NULL; in CIFSSMBLock()