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.c798 static u32 posix_filetypes[] = { variable
810 if (wire_type >= ARRAY_SIZE(posix_filetypes)) { in wire_filetype_to_posix()
814 return posix_filetypes[wire_type]; in wire_filetype_to_posix()