Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c264 buf->ReparseTag = cpu_to_le32(IO_REPARSE_TAG_NFS); in nfs_set_reparse_buf()
294 .reparse = { .tag = IO_REPARSE_TAG_NFS, .posix = p, }, in mknod_nfs()
574 case IO_REPARSE_TAG_NFS: in parse_reparse_point()
671 if (tag == IO_REPARSE_TAG_NFS && buf) { in cifs_reparse_point_to_fattr()
723 case IO_REPARSE_TAG_NFS: in cifs_reparse_point_to_fattr()
/openbmc/linux/fs/smb/common/
H A Dsmbfsctl.h148 #define IO_REPARSE_TAG_NFS 0x80000014 macro