Searched refs:access (Results 1 - 25 of 43) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dvfs.cpp104 (e.g. by holding a reference to a vnode of that mount) (read) access
107 making the access path vnode->mount->covers_vnode->mount->... safe if a
130 * The holder is allowed to read/write access the sMountsTable.
153 * The holder is allowed to read access the vnode::covered_by field of any
154 * vnode. Additionally holding sMountOpLock allows for write access.
162 * The holder is allowed to read/write access sVnodeTable and to
165 * only read-only access is allowed, and to the field covered_by, which is
874 * However, any subsequent access will fail.
1139 // If a file system doesn't have the access() function, we assume that
1141 if (HAS_FS_CALL(vnode, access))
[all...]
H A Dfuse.cpp154 PRINTD("##access\n");
407 fuseOps->access = fuse_access;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp128 (e.g. by holding a reference to a vnode of that mount) (read) access
131 and thus making the access path vnode->mount->root_vnode->covers->mount->...
216 The holder is allowed to read/write access the sMountsTable.
238 The holder is allowed read/write access to sVnodeTable and to
240 private_node, mount) to which only read-only access is allowed.
244 locked. Write access to covered_by and covers requires to write lock
1906 However, any subsequent access will fail.
2188 // If a file system doesn't have the access() function, we assume that
2190 if (status == B_OK && HAS_FS_CALL(vnode, access))
2191 status = FS_CALL(vnode.Get(), access, X_O
[all...]
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp145 if (access(name, F_OK) != 0)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c259 * the access.
279 goto access;
351 access:
354 * access
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp54 inline void SetLastAccess(int32 index, off_t access, bool isWrite) argument
57 last_access[index] = isWrite ? -access : access;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1343 void access() {} function
H A Dlibroot_stubs.c1414 void access() {} function
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp457 // VM file access
462 // cache file access
484 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_ACCESS, fLowLevelOps.access);
542 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_ACCESS, fFS->ops.access);
H A Dfuse_fs.cpp251 tv[0].tv_sec, // access time
264 if (fs->ops.access == NULL)
266 return fs->ops.access(path, mask);
H A DFUSELowLevel.cpp405 if (ops->access == NULL)
409 ops->access(&request, ino, mask);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp1034 if (access(path.Path(), W_OK) != -1) {
/haiku/headers/posix/
H A Dunistd.h16 /* access modes */
336 extern int access(const char *path, int accessMode);
447 /* access permissions */
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h359 // disk device/partition read access
365 // partition write access
770 /* file access modes for open() */
1648 /* access modes */
1665 #define access fssh_access macro
1696 /* access permissions */
H A Dfssh_fs_interface.h137 /* VM file access */
153 /* cache file access */
182 fssh_status_t (*access)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp228 if (::access(testFilePath.data(), R_OK) != 0) {
229 fprintf(stderr, "ERROR: No access to the test server script at: %s\n", testFilePath.data());
287 if (::access(testFilePath.data(), R_OK) != 0) {
288 fprintf(stderr, "ERROR: No access to the test server script at: %s\n", testFilePath.data());
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h77 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
151 /** Change the access and/or modification times of a file
345 * Check file access permissions
347 * This will be called for the access() system call. If the
355 int (*access) (const char *, int); member in struct:fuse_operations
435 * Change the access and modification times of a file with
H A Dfuse_lowlevel_compat.h61 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops_compat25
128 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h749 * Check file access permissions
751 * This will be called for the access() system call. If the
764 * @param mask requested access mode
766 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops
H A Dfuse_compat.h47 int (*access) (const char *, int); member in struct:fuse_operations_compat25
/haiku/headers/os/drivers/
H A Dfs_interface.h126 /* VM file access */
140 /* cache file access */
166 status_t (*access)(fs_volume* volume, fs_vnode* vnode, int mode); member in struct:fs_vnode_ops
/haiku/src/system/libroot/os/
H A Dimage.cpp363 if (access(path, X_OK) == 0) {
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1321 OVERLAY_CALL(access, mode)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c2 * win32_io.c - A stdio-like disk I/O implementation for low-level disk access
3 * on Win32. Can access an NTFS volume while it is mounted.
502 * Locking a volume means no one can access its contents.
882 ACCESS_MASK access; local
914 access = (mode == O_RDWR ?
918 st = NtOpenFile(&handle, access,
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c969 uint32_t access, byte = 0; local
982 /* Enable access. */
983 access = CSR_READ_4(sc, BGE_NVRAM_ACCESS);
984 CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access | BGE_NVRAMACC_ENABLE);
1006 /* Disable access. */
1007 CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access);
1041 * auto access interface for reading the EEPROM. We use the auto
1042 * access method.
1051 * Enable use of auto EEPROM access so we can avoid
1125 /* Poll for the PHY register access t
[all...]

Completed in 268 milliseconds

12