xref: /linux/fs/ntfs/object_id.h (revision cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2008-2021 Jean-Pierre Andre
4  * Copyright (c) 2025 LG Electronics Co., Ltd.
5  */
6 
7 #ifndef _LINUX_NTFS_OBJECT_ID_H
8 #define _LINUX_NTFS_OBJECT_ID_H
9 
10 extern __le16 objid_index_name[];
11 
12 int ntfs_delete_object_id_index(struct ntfs_inode *ni);
13 
14 #endif /* _LINUX_NTFS_OBJECT_ID_H */
15