Home
last modified time | relevance | path

Searched refs:gid_t (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dtypes.h23 typedef __kernel_gid32_t gid_t; typedef
40 typedef __kernel_gid_t gid_t; typedef
H A Dstat.h53 gid_t st_gid; /* group id */
107 gid_t st_gid;
H A Dcompat.h281 gid_t val;
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c166 static inline void i_gid_write(struct inode *inode, gid_t gid) in i_gid_write()