Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c269 buf->InodeType = cpu_to_le64(type); in nfs_set_reparse_buf()
485 if (len < sizeof(buf->InodeType)) { in parse_reparse_posix()
490 len -= sizeof(buf->InodeType); in parse_reparse_posix()
492 switch ((type = le64_to_cpu(buf->InodeType))) { in parse_reparse_posix()
743 if (le16_to_cpu(buf->ReparseDataLength) < sizeof(buf->InodeType)) { in posix_reparse_to_fattr()
748 switch (le64_to_cpu(buf->InodeType)) { in posix_reparse_to_fattr()
750 if (le16_to_cpu(buf->ReparseDataLength) != sizeof(buf->InodeType) + 8) { in posix_reparse_to_fattr()
758 if (le16_to_cpu(buf->ReparseDataLength) != sizeof(buf->InodeType) + 8) { in posix_reparse_to_fattr()
H A Dcifspdu.h1513 __le64 InodeType; /* LNK, FIFO, CHR etc. */ member