Searched refs:REPARSE_POINT (Results 1 – 11 of 11) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | plugin.h | 59 int (*getattr)(ntfs_inode *ni, const REPARSE_POINT *reparse, 71 int (*open)(ntfs_inode *ni, const REPARSE_POINT *reparse, 82 int (*release)(ntfs_inode *ni, const REPARSE_POINT *reparse, 92 int (*read)(ntfs_inode *ni, const REPARSE_POINT *reparse, 106 int (*write)(ntfs_inode *ni, const REPARSE_POINT *reparse, 118 int (*readlink)(ntfs_inode *ni, const REPARSE_POINT *reparse, 128 int (*truncate)(ntfs_inode *ni, const REPARSE_POINT *reparse, 139 int (*opendir)(ntfs_inode *ni, const REPARSE_POINT *reparse, 151 int (*readdir)(ntfs_inode *ni, const REPARSE_POINT *reparse, 160 ntfs_inode *(*create)(ntfs_inode *dir_ni, const REPARSE_POINT *reparse, [all …]
|
D | reparse.h | 36 REPARSE_POINT *ntfs_get_reparse_point(ntfs_inode *ni); 38 int ntfs_reparse_check_wsl(ntfs_inode *ni, const REPARSE_POINT *reparse);
|
D | attrib.h | 278 REPARSE_POINT reparse;
|
D | layout.h | 2470 } __attribute__((__packed__)) REPARSE_POINT; typedef
|
/third_party/ntfs-3g/libntfs-3g/ |
D | reparse.c | 434 int ntfs_reparse_check_wsl(ntfs_inode *ni, const REPARSE_POINT *reparse) in ntfs_reparse_check_wsl() 469 const REPARSE_POINT *reparse_attr, size_t size) in valid_reparse_data() 479 && (size >= sizeof(REPARSE_POINT)) in valid_reparse_data() 482 + sizeof(REPARSE_POINT) in valid_reparse_data() 488 if (size < sizeof(REPARSE_POINT) + in valid_reparse_data() 499 || ((size_t)((sizeof(REPARSE_POINT) in valid_reparse_data() 505 if (size < sizeof(REPARSE_POINT) + in valid_reparse_data() 514 if ((size_t)((sizeof(REPARSE_POINT) in valid_reparse_data() 792 REPARSE_POINT *reparse_attr; in ntfs_make_symlink() 806 reparse_attr = (REPARSE_POINT*)ntfs_attr_readall(ni, in ntfs_make_symlink() [all …]
|
D | inode.c | 801 REPARSE_POINT *rpp; in ntfs_inode_sync_file_name() 817 rpp = (REPARSE_POINT*)((u8 *)ctx->attr + in ntfs_inode_sync_file_name()
|
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 180 (reparse = (REPARSE_POINT*)NULL, \ 653 const REPARSE_POINT *reparse __attribute__((unused)), in junction_getstat() 681 static int wsl_getstat(ntfs_inode *ni, const REPARSE_POINT *reparse, in wsl_getstat() 765 REPARSE_POINT *reparse; in ntfs_fuse_getstat() 1082 const REPARSE_POINT *reparse, char **pbuf) in junction_readlink() 1135 REPARSE_POINT *reparse; in ntfs_fuse_readlink() 1282 REPARSE_POINT *reparse; in ntfs_fuse_filler() 1401 REPARSE_POINT *reparse; in ntfs_fuse_opendir() 1462 REPARSE_POINT *reparse; in ntfs_fuse_releasedir() 1531 REPARSE_POINT *reparse; in ntfs_fuse_readdir() [all …]
|
D | ntfs-3g.c | 149 (reparse = (REPARSE_POINT*)NULL, \ 711 const REPARSE_POINT *reparse __attribute__((unused)), in junction_getattr() 739 static int wsl_getattr(ntfs_inode *ni, const REPARSE_POINT *reparse, in wsl_getattr() 849 REPARSE_POINT *reparse; in ntfs_fuse_getattr() 1096 const REPARSE_POINT *reparse __attribute__((unused)), in junction_readlink() 1140 REPARSE_POINT *reparse; in ntfs_fuse_readlink() 1313 REPARSE_POINT *reparse; in ntfs_fuse_filler() 1410 REPARSE_POINT *reparse; in ntfs_fuse_opendir() 1445 REPARSE_POINT *reparse; in ntfs_fuse_readdir() 1516 REPARSE_POINT *reparse; in ntfs_fuse_open() [all …]
|
D | ntfs-3g_common.c | 828 ntfs_inode *ni, REPARSE_POINT **reparse_wanted) 832 REPARSE_POINT *reparse; 931 REPARSE_POINT *reparse;
|
D | ntfs-3g_common.h | 217 ntfs_inode *ni, REPARSE_POINT **reparse);
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsinfo.c | 2015 REPARSE_POINT *reparse; in ntfs_dump_attr_reparse_point() 2027 reparse = (REPARSE_POINT*)((u8*)attr + in ntfs_dump_attr_reparse_point()
|