Searched refs:is_system (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.h555 #define ntfs_inode_add_vnode(ni, is_system, parent_vn, cn) \
556 ntfs_inode_add_vnode_attr(ni, is_system, parent_vn, cn, FALSE/*isstream*/)
558 const BOOL is_system, vnode_t parent_vn,
562 const BOOL is_system, const lck_rw_type_t lock,
571 const BOOL is_system, const BOOL raw, const int options,
580 * @is_system: true if the inode is a system inode and false otherwise
586 * the ntfs inode @base_ni. If @is_system is true the created vnode is marked
615 ntfschar *name, u32 name_len, const BOOL is_system,
619 is_system, FALSE, XATTR_REPLACE, lock, nni);
662 ntfschar *name, u32 name_len, const BOOL is_system,
614 ntfs_attr_inode_get(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL is_system, const lck_rw_type_t lock, ntfs_inode **nni) argument
[all...]
H A Dntfs_inode.c307 * @is_system: true if @ni is a system inode and false otherwise
312 * If @is_system is true the created vnode is marked as a system vnode (via the
326 errno_t ntfs_inode_add_vnode_attr(ntfs_inode *ni, const BOOL is_system, argument
354 .vnfs_marksystem = is_system ? 1 : 0, /* Mark the vnode as
413 * @is_system: true if the inode is a system inode and false otherwise
420 * file or directory). If @is_system is true the created vnode is marked as a
459 errno_t ntfs_inode_get(ntfs_volume *vol, ino64_t mft_no, const BOOL is_system, argument
468 ntfs_debug("Entering for mft_no 0x%llx, is_system is %s, lock 0x%x.",
470 is_system ? "true" : "false", (unsigned)lock);
542 if (is_system
797 ntfs_attr_inode_get_or_create(ntfs_inode *base_ni, ATTR_TYPE type, ntfschar *name, u32 name_len, const BOOL is_system, const BOOL raw, const int options, const lck_rw_type_t lock, ntfs_inode **nni) argument
1081 ntfs_index_inode_get(ntfs_inode *base_ni, ntfschar *name, u32 name_len, const BOOL is_system, ntfs_inode **nni) argument
1241 ntfs_inode_is_extended_system(ntfs_attr_search_ctx *ctx, BOOL *is_system) argument
1951 BOOL is_system; local
[all...]
H A Dntfs_vnops.c1435 goto is_system;
1460 goto is_system;
1510 is_system:
4817 BOOL is_system = FALSE; local
4820 is_system = TRUE;
4823 is_system = TRUE;
4827 is_system = TRUE;
4830 if (is_system) {
5516 BOOL is_system = FALSE; local
5519 is_system
6016 BOOL is_system = FALSE; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_map.c231 __os_map(env, path, infop, fhp, len, is_region, is_system, is_rdonly, addr)
236 int is_region, is_system, is_rdonly;
258 use_pagefile = is_region && is_system;

Completed in 85 milliseconds