Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-setattr-prepare.m43 dnl # The inode_change_ok() function has been renamed setattr_prepare()
7 ZFS_LINUX_TEST_SRC([setattr_prepare], [
13 setattr_prepare(dentry, attr);
18 AC_MSG_CHECKING([whether setattr_prepare() is available])
19 ZFS_LINUX_TEST_RESULT_SYMBOL([setattr_prepare],
20 [setattr_prepare], [fs/attr.c], [
23 [setattr_prepare() is available])
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h348 setattr_prepare(struct dentry *dentry, struct iattr *ia) in setattr_prepare() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c370 error = setattr_prepare(dentry, ia); in zpl_setattr()