Home
last modified time | relevance | path

Searched refs:NVolReadOnly (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h127 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly) macro
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c548 if ((dev->d_ops->open)(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) { in ntfs_volume_startup()
549 if (!NVolReadOnly(vol) && (errno == EROFS)) { in ntfs_volume_startup()
1922 if (NVolReadOnly(vol)) { in ntfs_volume_rename()
Ddevice.c485 if (!NVolReadOnly(vol)) in ntfs_cluster_write()
Dinode.c1394 NVolReadOnly(ni->vol) || !mask) in ntfs_inode_update_times()
Drunlist.c1245 if (!NVolReadOnly(vol)) in ntfs_rl_pwrite()
Dattrib.c2229 if (!NVolReadOnly(vol)) {
2568 if (!NVolReadOnly(vol)) {
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c1485 if ((dev->d_ops->open)(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) { in fix_startup()
/third_party/ntfs-3g/src/
Dntfs-3g.c4460 if (!ctx->ro && NVolReadOnly(ctx->vol)) { in main()
Dlowntfs-3g.c4732 if (!ctx->ro && NVolReadOnly(ctx->vol)) {