Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Ddata.c2729 if (fio->need_lock == LOCK_REQ && !f2fs_trylock_op(fio->sbi)) in f2fs_do_write_data_page()
2766 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2786 fio->need_lock = LOCK_REQ; in f2fs_do_write_data_page()
2813 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2931 fio.need_lock = LOCK_REQ; in f2fs_write_single_data_page()
Dgc.c1463 .need_lock = LOCK_REQ, in move_data_page()
Df2fs.h1126 LOCK_REQ = 0, enumerator
/Linux-v6.6/fs/smb/client/
Dtransport.c1472 LOCK_REQ *pSMB = (LOCK_REQ *)in_buf; in send_lock_cancel()
Dcifspdu.h1089 } __attribute__((packed)) LOCK_REQ; typedef
Dcifssmb.c1853 LOCK_REQ *pSMB = NULL; in cifs_lockv()
1901 LOCK_REQ *pSMB = NULL; in CIFSSMBLock()