Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h59 const struct qstr *qstr);
/freebsd/sys/kern/
H A Dsubr_stats.c1701 char qstr[qmaxstrlen]; local
1739 Q_TOSTR((is32bit ? ctd32->mu : ctd64->mu), -1, 10, qstr,
1740 sizeof(qstr));
1741 sbuf_cat(buf, qstr);
1987 char qstr[Q_MAXSTRLEN(vsd->q32.sq32, 10)]; local
1988 Q_TOSTR((s32q_t)vsd->q32.sq32, -1, 10, qstr, sizeof(qstr));
1989 sbuf_cat(buf, qstr);
1994 char qstr[Q_MAXSTRLEN(vsd->q32.uq32, 10)]; local
1995 Q_TOSTR((u32q_t)vsd->q32.uq32, -1, 10, qstr, sizeof(qstr));
1996 sbuf_cat(buf, qstr);
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-security-inode-init.m415 const struct qstr *str __attribute__ ((unused)) = NULL;
H A Dkernel-automount.m436 const struct qstr *name, struct dentry *dentry,
/freebsd/contrib/less/
H A Dfilename.c357 char *qstr = shell_quote(str); in xcpy_filename() local
359 if (qstr == NULL) in xcpy_filename()
361 for (s = qstr; *s != '\0'; s++) in xcpy_filename()
363 free(qstr); in xcpy_filename()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c957 const struct qstr *qstr) in zpl_xattr_security_init() argument
959 return security_inode_init_security(ip, dip, qstr, in zpl_xattr_security_init()
H A Dzpl_ctldir.c437 zpl_snapdir_revalidate(struct inode *dir, const struct qstr *name, in zpl_snapdir_revalidate()
H A Dzpl_inode.c112 struct qstr ci_name; in zpl_lookup()
H A Dzfs_ctldir.c1395 struct qstr qname = QSTR_INIT(snap, strlen(snap)); in zfsctl_snapshot_unmount()