Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/
Dtmpfiles.c1595 static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *… in create_directory_or_subvolume() function
1673 fd = create_directory_or_subvolume(path, i->mode, false, NULL); in create_directory()
1690 fd = create_directory_or_subvolume(path, i->mode, true, &creation); in create_subvolume()