Home
last modified time | relevance | path

Searched refs:IO_REPARSE_TAG_LX_FIFO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dreparse.c157 case IO_REPARSE_TAG_LX_FIFO: in wsl_set_reparse_buf()
394 case IO_REPARSE_TAG_LX_FIFO: in parse_reparse_point()
429 case IO_REPARSE_TAG_LX_FIFO: in wsl_to_fattr()
515 case IO_REPARSE_TAG_LX_FIFO: in cifs_reparse_point_to_fattr()
H A Dreparse.h65 case S_IFIFO: return IO_REPARSE_TAG_LX_FIFO; in reparse_mode_wsl_tag()
/openbmc/linux/fs/smb/common/
H A Dsmbfsctl.h157 #define IO_REPARSE_TAG_LX_FIFO 0x80000024 macro