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/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 773 zfs_fuid_sync(zfsvfs, tx); in zfs_create() 951 zfs_fuid_sync(zfsvfs, tx); in zfs_tmpfile() 1378 zfs_fuid_sync(zfsvfs, tx); in zfs_mkdir() 2586 zfs_fuid_sync(zfsvfs, tx); in zfs_setattr() 3189 zfs_fuid_sync(zfsvfs, tx); in zfs_rename() 3401 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/zfs/ |
H A D | zfs_quota.c | 391 zfs_fuid_sync(zfsvfs, tx); in zfs_set_userquota()
|
H A D | zfs_fuid.c | 218 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_sync() function
|
/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 | 1183 zfs_fuid_sync(zfsvfs, tx); in zfs_create() 1546 zfs_fuid_sync(zfsvfs, tx); in zfs_mkdir() 2976 zfs_fuid_sync(zfsvfs, tx); in zfs_setattr() 3707 zfs_fuid_sync(zfsvfs, tx); in zfs_symlink()
|
H A D | zfs_acl.c | 2021 zfs_fuid_sync(zfsvfs, tx); in zfs_setacl()
|