Searched refs:setattr_prepare (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-setattr-prepare.m4 | 5 dnl # The inode_change_ok() function has been renamed setattr_prepare() 8 ZFS_LINUX_TEST_SRC([setattr_prepare], [ 14 setattr_prepare(dentry, attr); 19 dnl # The setattr_prepare() function has been changed to accept a new argument 29 setattr_prepare(userns, dentry, attr); 34 dnl # The first arg of setattr_prepare() is changed to struct mnt_idmap* 43 setattr_prepare(idmap, dentry, attr); 48 AC_MSG_CHECKING([whether setattr_prepare() is available and accepts struct mnt_idmap*]) 50 [setattr_prepare], [fs/attr.c], [ 53 [setattr_prepare() accepts mnt_idmap]) [all …]
|
| /src/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zpl.h | 146 #define zpl_setattr_prepare(ns, dentry, ia) setattr_prepare(ns, dentry, ia) 152 #define zpl_setattr_prepare(ns, dentry, ia) setattr_prepare(dentry, ia)
|
| /src/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 171 setattr_prepare(struct dentry *dentry, struct iattr *ia) in setattr_prepare() function
|