• Home
  • Raw
  • Download

Lines Matching refs:reparse

149 	 (reparse = (REPARSE_POINT*)NULL,			 \
150 ops = select_reparse_plugin(ctx, ni, &reparse), \
153 ops->op_name(ni, reparse, __VA_ARGS__) \
155 free(reparse)
711 const REPARSE_POINT *reparse __attribute__((unused)), in junction_getattr() argument
739 static int wsl_getattr(ntfs_inode *ni, const REPARSE_POINT *reparse, in wsl_getattr() argument
745 res = ntfs_reparse_check_wsl(ni, reparse); in wsl_getattr()
747 switch (reparse->reparse_tag) { in wsl_getattr()
849 REPARSE_POINT *reparse; in ntfs_fuse_getattr() local
1096 const REPARSE_POINT *reparse __attribute__((unused)), in junction_readlink() argument
1110 if (reparse) in junction_readlink()
1111 tag = reparse->reparse_tag; in junction_readlink()
1140 REPARSE_POINT *reparse; in ntfs_fuse_readlink() local
1188 reparse = ntfs_get_reparse_point(ni); in ntfs_fuse_readlink()
1189 if (reparse) { in ntfs_fuse_readlink()
1190 tag = reparse->reparse_tag; in ntfs_fuse_readlink()
1191 free(reparse); in ntfs_fuse_readlink()
1313 REPARSE_POINT *reparse; in ntfs_fuse_filler() local
1410 REPARSE_POINT *reparse; in ntfs_fuse_opendir() local
1445 REPARSE_POINT *reparse; in ntfs_fuse_readdir() local
1516 REPARSE_POINT *reparse; in ntfs_fuse_open() local
1581 REPARSE_POINT *reparse; in ntfs_fuse_read() local
1669 REPARSE_POINT *reparse; in ntfs_fuse_write() local
1755 REPARSE_POINT *reparse; in ntfs_fuse_release() local
1837 REPARSE_POINT *reparse; in ntfs_fuse_trunc() local
2151 REPARSE_POINT *reparse; in ntfs_fuse_create() local
2153 reparse = (REPARSE_POINT*)NULL; in ntfs_fuse_create()
2154 ops = select_reparse_plugin(ctx, dir_ni, &reparse); in ntfs_fuse_create()
2156 ni = (*ops->create)(dir_ni, reparse, in ntfs_fuse_create()
2162 free(reparse); in ntfs_fuse_create()
2414 REPARSE_POINT *reparse; in ntfs_fuse_link() local
2503 REPARSE_POINT *reparse; in ntfs_fuse_rm() local