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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_secure.h102 le32 *next_security_id);
H A Dntfs_secure.c197 * @next_security_id: destination in which to return the next security_id
202 * Return the next security_id in *@next_security_id.
204 * Return 0 on success and errno on error in which case *@next_security_id is
207 errno_t ntfs_next_security_id_init(ntfs_volume *vol, le32 *next_security_id) argument
309 *next_security_id = cpu_to_le32(le32_to_cpu(
312 *next_security_id = const_cpu_to_le32(0x100);
318 (unsigned)le32_to_cpu(*next_security_id));
453 *next_security_id = cpu_to_le32(le32_to_cpu(
456 *next_security_id = const_cpu_to_le32(0x100);
461 le32_to_cpu(*next_security_id));
[all...]
H A Dntfs_volume.h170 le32 next_security_id; /* The security_id to use the next time member in struct:_ntfs_volume
H A Dntfs_vfsops.c2275 err = ntfs_next_security_id_init(vol, &vol->next_security_id);

Completed in 101 milliseconds