Searched refs:si_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c48 static int si_signature(si_t *);
49 static int si_cachei_get(struct inode *, si_t **);
50 static int si_cachea_get(struct inode *, si_t *, si_t **);
51 static int si_cmp(si_t *, si_t *);
52 static void si_cache_put(si_t *);
53 void si_cache_del(si_t *, int);
56 static void ufs_si_free_mem(si_t *);
57 static int ufs_si_store(struct inode *, si_t *, in
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c324 { offsetof(si_t, aowner), "USER_OBJ" },
325 { offsetof(si_t, agroup), "GROUP_OBJ" },
326 { offsetof(si_t, aother), "OTHER_OBJ" },
327 { offsetof(si_t, ausers), "USER" },
328 { offsetof(si_t, agroups), "GROUP" },
329 { offsetof(si_t, downer), "DEF_USER_OBJ" },
330 { offsetof(si_t, dgroup), "DEF_GROUP_OBJ" },
331 { offsetof(si_t, dother), "DEF_OTHER_OBJ" },
332 { offsetof(si_t, dusers), "DEF_USER" },
333 { offsetof(si_t, dgroup
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h102 } si_t; typedef in typeref:struct:si
H A Dufs_inode.h272 si_t *i_ufs_acl; /* pointer to acl entry */
981 extern int ufs_si_free(si_t *, struct vfs *, cred_t *);

Completed in 219 milliseconds