Home
last modified time | relevance | path

Searched refs:IO_REPARSE_TAG_SYMLINK (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/smb/common/
H A Dsmbfsctl.h144 #define IO_REPARSE_TAG_SYMLINK 0xA000000C macro
/openbmc/linux/fs/smb/client/
H A Dreparse.c47 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, }, in smb2_create_reparse_symlink()
78 buf->ReparseTag = cpu_to_le32(IO_REPARSE_TAG_SYMLINK); in smb2_create_reparse_symlink()
645 case IO_REPARSE_TAG_SYMLINK: in parse_reparse_point()
830 case IO_REPARSE_TAG_SYMLINK: in cifs_reparse_point_to_fattr()
H A Dsmb2file.c60 le32_to_cpu(sym->ReparseTag) != IO_REPARSE_TAG_SYMLINK)) in symlink_data()
H A Dsmb2inode.c857 tag = IO_REPARSE_TAG_SYMLINK; in parse_create_response()
988 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK) in smb2_query_path_info()
H A Dinode.c911 data.reparse.tag = IO_REPARSE_TAG_SYMLINK; in cifs_get_file_info()
/openbmc/linux/fs/ntfs3/
H A Dinode.c1178 rp->ReparseTag = IO_REPARSE_TAG_SYMLINK; in ntfs_create_reparse_buffer()
1608 err = ntfs_insert_reparse(sbi, IO_REPARSE_TAG_SYMLINK, in ntfs_create_inode()
1714 ntfs_remove_reparse(sbi, IO_REPARSE_TAG_SYMLINK, &new_de->ref); in ntfs_create_inode()
2002 case IO_REPARSE_TAG_SYMLINK: in ntfs_readlink_hlp()
H A Dntfs.h1066 IO_REPARSE_TAG_SYMLINK = cpu_to_le32(0xA000000C), enumerator
H A Dfrecord.c1839 case IO_REPARSE_TAG_SYMLINK: in ni_parse_reparse()