Lines Matching defs:root
18 * On Linux (being root, with volume not mounted) :
36 * special cases, do not require being root :
385 * To identify NTFS ACL meaning Posix ACL granted to root
390 #define ROOT_OWNER_UNMARK SYNCHRONIZE /* ACL granted to root as owner */
391 #define ROOT_GROUP_UNMARK FILE_READ_EA /* ACL granted to root as group */
681 * The path from the ntfs root is required for libntfs-3g calls
2452 fprintf(stderr,"Restore is only possible as root\n");
3618 * 2 : owner is root
3619 * 4 : group is root
3621 * 16 : root is designated user/group
4048 printf("# being a directory of the root of the NTFS file system.\n");
4066 printf("# being a hidden subdirectory of the root of the NTFS file system.\n");
4068 /* Get the path to the root of the file system */
4725 static BOOL backup(const char *volume, const char *root)
4738 err = recurseshow(root);
4756 fprintf(stderr,"This is only possible as root\n");
4768 static BOOL listfiles(const char *volume, const char *root)
4778 err = recurseshow(root);
4792 err = singleshow(root);
4800 fprintf(stderr,"This is only possible as root\n");
4844 fprintf(stderr,"This is only possible as root\n");
5565 fprintf(stderr,"This is only possible as root\n");
5910 fprintf(stderr,"This is only possible as root\n");
5943 fprintf(stderr,"This is only possible as root\n");
6011 fprintf(stderr," special cases, do not require being root :\n");