Home
last modified time | relevance | path

Searched refs:st (Results 1 – 2 of 2) sorted by relevance

/hurd/
A Dxattr.c44 struct stat64 st; in _hurd_xattr_get() local
48 if (st.st_author == st.st_uid) in _hurd_xattr_get()
54 memcpy (value, &st.st_author, sizeof st.st_author); in _hurd_xattr_get()
101 struct stat64 st; in _hurd_xattr_set() local
105 if (st.st_author == st.st_uid) in _hurd_xattr_set()
122 struct stat64 st; in _hurd_xattr_set() local
126 if (st.st_author == st.st_uid) in _hurd_xattr_set()
133 if (st.st_author == id) in _hurd_xattr_set()
186 struct stat64 st; in _hurd_xattr_list() local
191 if (st.st_author != st.st_uid) in _hurd_xattr_list()
[all …]
A Dlookup-retry.c149 struct stat64 st; in __hurd_file_name_lookup_retry() local
150 err = __io_stat (*result, &st); in __hurd_file_name_lookup_retry()
153 if (flags & O_DIRECTORY && !S_ISDIR (st.st_mode)) in __hurd_file_name_lookup_retry()
155 if (S_ISLNK (st.st_mode)) in __hurd_file_name_lookup_retry()
157 else if (st.st_mode & (S_IPTRANS|S_IATRANS)) in __hurd_file_name_lookup_retry()
159 if (st.st_uid != 0) in __hurd_file_name_lookup_retry()
161 else if (st.st_mode & S_IPTRANS) in __hurd_file_name_lookup_retry()

Completed in 6 milliseconds