Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dinode.c799 static u32 posix_filetypes[] = { variable
811 if (wire_type >= ARRAY_SIZE(posix_filetypes)) { in wire_filetype_to_posix()
815 return posix_filetypes[wire_type]; in wire_filetype_to_posix()