Searched refs:i_gid (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_acl.h68 __field(uint32_t, i_gid)
101 __entry->i_gid = KGID_TO_SGID(ZTOI(zn)->i_gid);
130 __entry->i_uid, __entry->i_gid, __entry->i_ino, __entry->i_nlink,
H A Dzfs_znode_impl.h70 #define ZTOGID(zp) (ZTOI(zp)->i_gid)
/freebsd-current/sys/fs/ext2fs/
H A Dext2_inode_cnv.c64 in->i_uid, in->i_gid, (uintmax_t)in->i_size);
218 ip->i_gid = le16toh(ei->e2di_gid);
220 ip->i_gid |= (uint32_t)le16toh(ei->e2di_gid_high) << 16;
311 ei->e2di_gid = htole16(ip->i_gid & 0xffff);
312 ei->e2di_gid_high = htole16(ip->i_gid >> 16 & 0xffff);
H A Dinode.h97 uint32_t i_gid; /* File group. */ member in struct:inode
H A Dext2_vnops.c341 error = vaccess(vp->v_type, ip->i_mode, ip->i_uid, ip->i_gid,
362 vap->va_gid = ip->i_gid;
543 if (!groupmember(ip->i_gid, cred) && (mode & ISGID)) {
570 gid = ip->i_gid;
582 if (uid != ip->i_uid || (gid != ip->i_gid &&
588 ogid = ip->i_gid;
590 ip->i_gid = gid;
1332 ip->i_gid = dp->i_gid;
1950 ip->i_gid
[all...]
/freebsd-current/sys/ufs/ufs/
H A Dufs_vnops.c437 ip->i_gid, acl, accmode, ap->a_cred);
442 ip->i_gid, acl, accmode, ap->a_cred);
458 ip->i_uid, ip->i_gid, accmode, ap->a_cred);
467 error = vaccess(vp->v_type, ip->i_mode, ip->i_uid, ip->i_gid,
509 return (vaccess_vexec_smr(mode, ip->i_uid, ip->i_gid, cred));
541 sb->st_gid = ip->i_gid;
602 vap->va_gid = ip->i_gid;
877 if (!groupmember(ip->i_gid, cred) && (mode & ISGID)) {
927 gid = ip->i_gid;
940 (gid != ip->i_gid
[all...]
H A Dinode.h133 uint32_t i_gid; /* File group. */ member in struct:inode
H A Dufs_quota.c125 if ((int)ip->i_uid < 0 || (int)ip->i_gid < 0)
141 dqget(vp, ip->i_gid, ump, GRPQUOTA, &ip->i_dquot[GRPQUOTA])) &&
169 if ((int)ip->i_uid < 0 || (int)ip->i_gid < 0)
465 if ((int)ip->i_uid < 0 || (int)ip->i_gid < 0)
/freebsd-current/lib/libc/rpc/
H A Dsvc_auth_des.c460 gid_t i_gid; local
479 if (!netname2user(adc->adc_fullname.name, &i_uid, &i_gid,
488 *gid = cred->gid = i_gid;
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h309 return (from_kgid(kcred->user_ns, ip->i_gid));
324 ip->i_gid = make_kgid(kcred->user_ns, gid);
/freebsd-current/sys/fs/p9fs/
H A Dp9fs.h60 char *i_gid; /* inode group id */ member in struct:p9fs_inode
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1186 KGID_TO_SGID(ZTOI(zp)->i_gid));
1369 KUID_TO_SUID(ZTOI(zp)->i_uid), KGID_TO_SGID(ZTOI(zp)->i_gid));
1843 if (acl_ids->z_fgid != KGID_TO_SGID(ZTOI(dzp)->i_gid) &&
1854 ZTOI(dzp)->i_gid);
2307 KGID_TO_SGID(ZTOI(zp)->i_gid));
2574 KGID_TO_SGID(ZTOI(zdp)->i_gid) != 0) {
2588 if (groupmember(KGID_TO_SGID(ZTOI(zdp)->i_gid), cr)) {
H A Dzfs_vnops_os.c1761 KGID_TO_SGID(xip->i_gid) == KGID_TO_SGID(dxip->i_gid) &&
1784 if (KGID_TO_SGID(xip->i_gid) != KGID_TO_SGID(dxip->i_gid)) {
1785 xip->i_gid = dxip->i_gid;
2254 if (new_kgid != KGID_TO_SGID(ZTOI(zp)->i_gid) &&
2403 ZTOI(zp)->i_gid = SGID_TO_KGID(new_kgid);
2411 ZTOI(attrzp)->i_gid = SGID_TO_KGID(new_kgid);
3700 KGID_TO_SGID(ip->i_gid)) ||
[all...]
H A Dzfs_ctldir.c521 ip->i_gid = SGID_TO_KGID(0);
H A Dzpl_inode.c125 vap->va_gid = KGID_TO_SGID(dir->i_gid);
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c207 ip->i_gid = dip1->di_gid;
226 ip->i_gid = dip2->di_gid;

Completed in 299 milliseconds