Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c615 boolean_t have_acl = B_FALSE; in zfs_create() local
673 if (have_acl) in zfs_create()
692 if (have_acl) in zfs_create()
703 if (have_acl) in zfs_create()
709 if (!have_acl && (error = zfs_acl_ids_create(dzp, 0, vap, in zfs_create()
712 have_acl = B_TRUE; in zfs_create()
781 if (have_acl) in zfs_create()
863 boolean_t have_acl = B_FALSE; in zfs_tmpfile() local
898 if (have_acl) in zfs_tmpfile()
903 if (!have_acl && (error = zfs_acl_ids_create(dzp, 0, vap, in zfs_tmpfile()
[all …]