UID returns the (struct stat)::st_uid value for this inode. This is separated from Stat for performance.
()
| 792 | // UID returns the (struct stat)::st_uid value for this inode. This is |
| 793 | // separated from Stat for performance. |
| 794 | UID() auth.KUID |
| 795 | |
| 796 | // GID returns the (struct stat)::st_gid value for this inode. This is |
| 797 | // separated from Stat for performance. |
no outgoing calls