Home
last modified time | relevance | path

Searched refs:spl_fstrans_mark (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c51 cookie = spl_fstrans_mark(); in zpl_encode_fh()
81 cookie = spl_fstrans_mark(); in zpl_fh_to_dentry()
125 cookie = spl_fstrans_mark(); in zpl_get_name()
144 cookie = spl_fstrans_mark(); in zpl_get_parent()
167 cookie = spl_fstrans_mark(); in zpl_commit_metadata()
H A Dzpl_super.c63 cookie = spl_fstrans_mark(); in zpl_dirty_inode()
88 cookie = spl_fstrans_mark(); in zpl_evict_inode()
101 cookie = spl_fstrans_mark(); in zpl_put_super()
115 cookie = spl_fstrans_mark(); in zpl_sync_fs()
130 cookie = spl_fstrans_mark(); in zpl_statfs()
167 cookie = spl_fstrans_mark(); in zpl_remount_fs()
256 cookie = spl_fstrans_mark(); in zpl_fill_super()
H A Dzpl_file.c65 cookie = spl_fstrans_mark(); in zpl_open()
81 cookie = spl_fstrans_mark(); in zpl_release()
102 cookie = spl_fstrans_mark(); in zpl_iterate()
166 cookie = spl_fstrans_mark(); in zpl_fsync()
231 cookie = spl_fstrans_mark(); in zpl_iter_read()
282 cookie = spl_fstrans_mark(); in zpl_iter_write()
324 cookie = spl_fstrans_mark(); in zpl_llseek()
388 cookie = spl_fstrans_mark(); in zpl_mmap()
415 cookie = spl_fstrans_mark(); in zpl_readpage_common()
484 cookie = spl_fstrans_mark(); in zpl_putpage()
[all …]
H A Dzpl_inode.c74 cookie = spl_fstrans_mark(); in zpl_lookup()
192 cookie = spl_fstrans_mark(); in zpl_create()
254 cookie = spl_fstrans_mark(); in zpl_mknod()
314 cookie = spl_fstrans_mark(); in zpl_tmpfile()
357 cookie = spl_fstrans_mark(); in zpl_unlink()
402 cookie = spl_fstrans_mark(); in zpl_mkdir()
436 cookie = spl_fstrans_mark(); in zpl_rmdir()
472 cookie = spl_fstrans_mark(); in zpl_getattr_impl()
572 cookie = spl_fstrans_mark(); in zpl_setattr()
624 cookie = spl_fstrans_mark(); in zpl_rename2()
[all …]
H A Dzpl_ctldir.c227 cookie = spl_fstrans_mark(); in zpl_snapdir_lookup()
257 cookie = spl_fstrans_mark(); in zpl_snapdir_iterate()
484 cookie = spl_fstrans_mark(); in zpl_shares_lookup()
512 cookie = spl_fstrans_mark(); in zpl_shares_iterate()
H A Dzpl_file_range.c68 cookie = spl_fstrans_mark(); in zpl_clone_file_range_impl()
H A Dzpl_xattr.c250 cookie = spl_fstrans_mark(); in zpl_xattr_list()
316 cookie = spl_fstrans_mark(); in zpl_xattr_get_dir()
440 cookie = spl_fstrans_mark(); in zpl_xattr_get()
610 cookie = spl_fstrans_mark(); in zpl_xattr_set()
H A Dzfs_ctldir.c770 cookie = spl_fstrans_mark(); in zfsctl_snapshot_path_objset()
H A Dzvol_os.c522 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_request_impl()
H A Dzfs_vnops_os.c376 cookie = spl_fstrans_mark(); in zfs_write_simple()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h80 #define spl_fstrans_mark() (0) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h114 spl_fstrans_mark(void) in spl_fstrans_mark() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c1459 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_create_minors_recursive()
1754 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_set_snapdev_impl()
1789 cookie = spl_fstrans_mark(); in zvol_set_volmode_impl()
H A Ddmu_send.c1208 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_traverse_thread()
1297 fstrans_cookie_t cookie = spl_fstrans_mark(); in redact_list_thread()
1494 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_merge_thread()
1759 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_reader_thread()
H A Ddmu_traverse.c601 fstrans_cookie_t cookie = spl_fstrans_mark(); in traverse_prefetch_thread()
H A Dtxg.c526 (void) spl_fstrans_mark(); in txg_sync_thread()
H A Darc.c4675 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_evict_cb()
4774 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_reap_cb()
5703 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_read()
6619 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_write_ready()
9595 cookie = spl_fstrans_mark(); in l2arc_feed_thread()
H A Dzfs_ioctl.c8006 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
8048 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
8097 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
H A Ddmu_recv.c3219 fstrans_cookie_t cookie = spl_fstrans_mark(); in receive_writer_thread()
H A Dmetaslab.c3576 fstrans_cookie_t cookie = spl_fstrans_mark(); in metaslab_preload()
H A Dzio.c2397 cookie = spl_fstrans_mark(); in zio_execute()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h774 extern fstrans_cookie_t spl_fstrans_mark(void);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1022 spl_fstrans_mark(void) in spl_fstrans_mark() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c930 fstrans_cookie_t cookie = spl_fstrans_mark(); in __spl_cache_grow()
H A Dspl-taskq.c986 (void) spl_fstrans_mark(); in taskq_thread()