Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dreparse.c964 data->flags = is_absolute ? 0 : cpu_to_le32(SYMLINK_FLAG_RELATIVE); in ntfs_reparse_set_native_symlink()
979 cpu_to_le32(SYMLINK_FLAG_RELATIVE); in ntfs_reparse_set_native_symlink()
H A Dfile.c764 !(ni->reparse_flags & cpu_to_le32(SYMLINK_FLAG_RELATIVE)))) { in ntfs_get_link()
/linux/fs/smb/client/
H A Dreparse.c252 buf->Flags = cpu_to_le32(*symname != '/' ? SYMLINK_FLAG_RELATIVE : 0); in create_native_symlink()
1035 le32_to_cpu(sym->Flags) & SYMLINK_FLAG_RELATIVE, in parse_reparse_native_symlink()
/linux/fs/ntfs3/
H A Dntfs.h1118 #define SYMLINK_FLAG_RELATIVE 1 macro
H A Dinode.c1352 rs->Flags = cpu_to_le32(is_absolute ? 0 : SYMLINK_FLAG_RELATIVE); in ntfs_create_reparse_buffer()