Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddata.c2673 if (fio->need_lock == LOCK_REQ && !f2fs_trylock_op(fio->sbi)) in f2fs_do_write_data_page()
2713 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2732 fio->need_lock = LOCK_REQ; in f2fs_do_write_data_page()
2759 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2876 fio.need_lock = LOCK_REQ; in f2fs_write_single_data_page()
H A Dgc.c1488 .need_lock = LOCK_REQ, in move_data_page()
H A Df2fs.h1163 LOCK_REQ = 0, enumerator
/linux-6.15/fs/smb/client/
H A Dtransport.c1471 LOCK_REQ *pSMB = (LOCK_REQ *)in_buf; in send_lock_cancel()
H A Dcifspdu.h1131 } __attribute__((packed)) LOCK_REQ; typedef
H A Dcifssmb.c1930 LOCK_REQ *pSMB = NULL; in cifs_lockv()
1978 LOCK_REQ *pSMB = NULL; in CIFSSMBLock()