Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifspdu.h1555 __le64 InodeType; /* LNK, FIFO, CHR etc. */ member
Dsmb2ops.c2778 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()
2780 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()
Dcifssmb.c3310 if (posix_buf->InodeType != cpu_to_le64(NFS_SPECFILE_LNK)) { in CIFSSMBQuerySymLink()
3312 le64_to_cpu(posix_buf->InodeType)); in CIFSSMBQuerySymLink()