Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dchown-recursive.c67 struct stat fst; in chown_recursive_internal() local
78 if (fstat(path_fd, &fst) < 0) in chown_recursive_internal()
81 if (S_ISDIR(fst.st_mode)) { in chown_recursive_internal()
89 …r = chown_recursive_internal(subdir_fd, &fst, uid, gid, mask); /* takes possession of subdir_fd ev… in chown_recursive_internal()
95 r = chown_one(path_fd, &fst, uid, gid, mask); in chown_recursive_internal()
/systemd-251/src/nspawn/
Dnspawn-patch-uid.c336 struct stat fst; in recurse_fd() local
341 if (fstatat(dirfd(d), de->d_name, &fst, AT_SYMLINK_NOFOLLOW) < 0) { in recurse_fd()
346 if (S_ISDIR(fst.st_mode)) { in recurse_fd()
356 r = recurse_fd(subdir_fd, true, &fst, shift, false); in recurse_fd()
363 r = patch_fd(dirfd(d), de->d_name, &fst, shift); in recurse_fd()
/systemd-251/src/home/
Duser-record-util.c285 … _cleanup_free_ char *ip = NULL, *hd = NULL, *ip_auto = NULL, *lc = NULL, *lcm = NULL, *fst = NULL; in user_record_add_binding() local
315 fst = strdup(file_system_type); in user_record_add_binding()
316 if (!fst) in user_record_add_binding()
397 if (fst) in user_record_add_binding()
398 free_and_replace(h->file_system_type, fst); in user_record_add_binding()