Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dreparse.c266 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()
Dcifspdu.h1513 __le64 InodeType; /* LNK, FIFO, CHR etc. */ member