Searched refs:zfs_fuid_sync (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_fuid.h | 115 void zfs_fuid_sync(zfsvfs_t *, dmu_tx_t *);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_quota.c | 367 zfs_fuid_sync(zfsvfs, tx); in zfs_set_userquota()
|
H A D | zfs_fuid.c | 220 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_sync() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 772 zfs_fuid_sync(zfsvfs, tx); in zfs_create() 950 zfs_fuid_sync(zfsvfs, tx); in zfs_tmpfile() 1377 zfs_fuid_sync(zfsvfs, tx); in zfs_mkdir() 2584 zfs_fuid_sync(zfsvfs, tx); in zfs_setattr() 3187 zfs_fuid_sync(zfsvfs, tx); in zfs_rename() 3399 zfs_fuid_sync(zfsvfs, tx); in zfs_symlink()
|
H A D | zfs_dir.c | 1162 zfs_fuid_sync(zfsvfs, tx); in zfs_make_xattrdir()
|
H A D | zfs_acl.c | 2212 zfs_fuid_sync(zfsvfs, tx); in zfs_setacl()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_dir.c | 861 zfs_fuid_sync(zfsvfs, tx); in zfs_make_xattrdir()
|
H A D | zfs_vnops_os.c | 1076 zfs_fuid_sync(zfsvfs, tx); in zfs_create() 1440 zfs_fuid_sync(zfsvfs, tx); in zfs_mkdir() 2738 zfs_fuid_sync(zfsvfs, tx); in zfs_setattr() 3466 zfs_fuid_sync(zfsvfs, tx); in zfs_symlink()
|
H A D | zfs_acl.c | 2021 zfs_fuid_sync(zfsvfs, tx); in zfs_setacl()
|