Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-iattr-vfsid.m43 dnl # struct iattr has two unions for the uid and gid
9 struct iattr ia;
16 AC_MSG_CHECKING([whether iattr->ia_vfsuid and iattr->ia_vfsgid exist])
20 [iattr->ia_vfsuid and iattr->ia_vfsgid exist])
H A Dkernel-setattr-prepare.m411 struct iattr *attr = NULL;
25 struct iattr *attr = NULL;
39 struct iattr *attr = NULL;
H A Dkernel-inode-setattr.m412 struct dentry *de, struct iattr *ia)
32 struct dentry *de, struct iattr *ia)
/freebsd/usr.bin/ul/
H A Dul.c85 static void iattr(void);
342 iattr(); in flushln()
394 iattr(void) in iattr() function
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h169 setattr_prepare(struct dentry *dentry, struct iattr *ia) in setattr_prepare()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c521 struct iattr *ia) in zpl_setattr()
524 struct iattr *ia) in zpl_setattr()
526 zpl_setattr(struct dentry *dentry, struct iattr *ia) in zpl_setattr()
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c489 struct ibv_qp_init_attr iattr; in update_qp_state() local
492 ret = ibv_cmd_query_qp(&qhp->ibv_qp, &attr, IBV_QP_STATE, &iattr, in update_qp_state()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c357 rsp.status_code_specific.invalid.iattr = data ? 1 : 0; in nvmft_connect_invalid_parameters()
/freebsd/lib/libnvmf/
H A Dnvmf_controller.c131 rsp.status_code_specific.invalid.iattr = data ? 1 : 0; in nvmf_connect_invalid_parameters()
H A Dnvmf_host.c141 rsp->status_code_specific.invalid.iattr, in nvmf_connect()