Home
last modified time | relevance | path

Searched refs:callback_arg (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cprotect.c444 cp_lock_vfs_callback_arg *callback_arg = (cp_lock_vfs_callback_arg *)arg; in cp_lock_vfs_callback() local
446 if (callback_arg->valid_uuid) { in cp_lock_vfs_callback()
459 if (memcmp(va.f_uuid, callback_arg->volume_uuid, sizeof(uuid_t))) { in cp_lock_vfs_callback()
464 VFS_IOCTL(mp, FIODEVICELOCKED, (void *)(uintptr_t)callback_arg->state, 0, vfs_context_kernel()); in cp_lock_vfs_callback()
471 cp_lock_vfs_callback_arg callback_arg; in cp_key_store_action() local
476 callback_arg.state = (action == CP_ACTION_LOCKED ? CP_LOCKED_STATE : CP_UNLOCKED_STATE); in cp_key_store_action()
477 memset(callback_arg.volume_uuid, 0, sizeof(uuid_t)); in cp_key_store_action()
478 callback_arg.valid_uuid = 0; in cp_key_store_action()
479 return vfs_iterate(0, cp_lock_vfs_callback, (void *)&callback_arg); in cp_key_store_action()
488 cp_lock_vfs_callback_arg callback_arg; in cp_key_store_action_for_volume() local
[all …]
H A Dvfs_cluster.c183 static void cluster_complete_transaction(buf_t *cbp_head, void *callback_arg, int *retval, int flag…
188 int flags, buf_t real_bp, struct clios *iostate, int (*)(buf_t, void *), void *callback_arg);
189 static int cluster_iodone(buf_t bp, void *callback_arg);
195 static void cluster_syncup(vnode_t vp, off_t newEOF, int (*)(buf_t, void *), void *callback_arg, in…
201 int (*)(buf_t, void *), void *callback_arg) __attribute__((noinline));
203 int flags, int (*)(buf_t, void *), void *callback_arg) __attribute__((noinline));
205 int (*)(buf_t, void *), void *callback_arg, int flags) __attribute__((noinline));
208 …off_t headOff, off_t tailOff, int flags, int (*)(buf_t, void *), void *callback_arg) __attribute__…
210 …int *write_type, u_int32_t *write_length, int flags, int (*)(buf_t, void *), void *callback_arg) _…
212 …int *write_type, u_int32_t *write_length, int (*)(buf_t, void *), void *callback_arg, int bflag) _…
[all …]
/xnu-8020.121.3/libkern/libkern/apple_encrypted_archive/
H A Dapple_encrypted_archive.h89 void *callback_arg,