Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h127 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly) macro
H A 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()
1924 if (NVolReadOnly(vol)) { in ntfs_volume_rename()
H A Ddevice.c488 if (!NVolReadOnly(vol)) in ntfs_cluster_write()
H A Dinode.c1404 NVolReadOnly(ni->vol) || !mask) in ntfs_inode_update_times()
H A Drunlist.c1245 if (!NVolReadOnly(vol)) in ntfs_rl_pwrite()
H A Dattrib.c2229 if (!NVolReadOnly(vol)) {
2568 if (!NVolReadOnly(vol)) {
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp177 if (NVolReadOnly(volume->ntfs)) { in fs_mount()