Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c715 static u32 posix_filetypes[] = { variable
727 if (wire_type >= ARRAY_SIZE(posix_filetypes)) { in wire_filetype_to_posix()
731 return posix_filetypes[wire_type]; in wire_filetype_to_posix()