Home
last modified time | relevance | path

Searched refs:SYMLINK_FLAG_RELATIVE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c138 le32_to_cpu(sym->Flags) & SYMLINK_FLAG_RELATIVE, in smb2_parse_symlink_response()
H A Dreparse.c226 buf->Flags = cpu_to_le32(*symname != '/' ? SYMLINK_FLAG_RELATIVE : 0); in create_native_symlink()
1008 le32_to_cpu(sym->Flags) & SYMLINK_FLAG_RELATIVE, in parse_reparse_native_symlink()
/linux/fs/ntfs3/
H A Dntfs.h1113 #define SYMLINK_FLAG_RELATIVE 1 macro
/linux/fs/smb/common/
H A Dsmb2pdu.h1635 #define SYMLINK_FLAG_RELATIVE 0x00000001 macro