Searched refs:InodeType (Results 1 – 2 of 2) sorted by relevance
266 buf->InodeType = cpu_to_le64(type); in nfs_set_reparse_buf()482 if (len < sizeof(buf->InodeType)) { in parse_reparse_posix()487 len -= sizeof(buf->InodeType); in parse_reparse_posix()489 switch ((type = le64_to_cpu(buf->InodeType))) { in parse_reparse_posix()672 if (le16_to_cpu(buf->ReparseDataLength) < sizeof(buf->InodeType)) in cifs_reparse_point_to_fattr()674 switch (le64_to_cpu(buf->InodeType)) { in cifs_reparse_point_to_fattr()676 if (le16_to_cpu(buf->ReparseDataLength) != sizeof(buf->InodeType) + 8) in cifs_reparse_point_to_fattr()682 if (le16_to_cpu(buf->ReparseDataLength) != sizeof(buf->InodeType) + 8) in cifs_reparse_point_to_fattr()
1513 __le64 InodeType; /* LNK, FIFO, CHR etc. */ member