Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifspdu.h1511 __le64 InodeType; /* LNK, FIFO, CHR etc. */ member
Dsmb2ops.c2791 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()
2793 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()
Dcifssmb.c2810 if (posix_buf->InodeType != cpu_to_le64(NFS_SPECFILE_LNK)) { in CIFSSMBQuerySymLink()
2812 le64_to_cpu(posix_buf->InodeType)); in CIFSSMBQuerySymLink()