Searched refs:NVolReadOnly (Results 1 – 9 of 9) sorted by relevance
127 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly) macro
548 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()
485 if (!NVolReadOnly(vol)) in ntfs_cluster_write()
1394 NVolReadOnly(ni->vol) || !mask) in ntfs_inode_update_times()
1245 if (!NVolReadOnly(vol)) in ntfs_rl_pwrite()
2229 if (!NVolReadOnly(vol)) {2568 if (!NVolReadOnly(vol)) {
1485 if ((dev->d_ops->open)(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) { in fix_startup()
4460 if (!ctx->ro && NVolReadOnly(ctx->vol)) { in main()
4732 if (!ctx->ro && NVolReadOnly(ctx->vol)) {