Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c2633 if (fio->need_lock == LOCK_REQ && !f2fs_trylock_op(fio->sbi)) in f2fs_do_write_data_page()
2674 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2694 fio->need_lock = LOCK_REQ; in f2fs_do_write_data_page()
2721 if (fio->need_lock == LOCK_REQ) in f2fs_do_write_data_page()
2837 fio.need_lock = LOCK_REQ; in f2fs_write_single_data_page()
H A Dgc.c1456 .need_lock = LOCK_REQ, in move_data_page()
H A Df2fs.h1136 LOCK_REQ = 0, enumerator
/openbmc/linux/fs/smb/client/
H A Dtransport.c1478 LOCK_REQ *pSMB = (LOCK_REQ *)in_buf; in send_lock_cancel()
H A Dcifspdu.h1091 } __attribute__((packed)) LOCK_REQ; typedef
H A Dcifssmb.c1855 LOCK_REQ *pSMB = NULL; in cifs_lockv()
1903 LOCK_REQ *pSMB = NULL; in CIFSSMBLock()