Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dchattr-util.h42 int chattr_full(const char *path, int fd, unsigned value, unsigned mask, unsigned *ret_previous, un…
45 return chattr_full(NULL, fd, value, mask, previous, NULL, 0); in chattr_fd()
48 return chattr_full(path, -1, value, mask, previous, NULL, 0); in chattr_path()
60 …return chattr_full(NULL, fd, CHATTR_SECRET_FLAGS, CHATTR_SECRET_FLAGS, NULL, NULL, flags|CHATTR_FA… in chattr_secret()
Dchattr-util.c15 int chattr_full(const char *path, in chattr_full() function
/systemd-251/src/tmpfiles/
Dtmpfiles.c1306 …r = chattr_full(NULL, procfs_fd, f, item->attribute_mask, &previous, &current, CHATTR_FALLBACK_BIT… in fd_set_attribute()
/systemd-251/src/home/
Dhomework-luks.c2272 …r = chattr_full(t, setup->image_fd, FS_NOCOW_FL|FS_NOCOMP_FL, FS_NOCOW_FL|FS_NOCOMP_FL, NULL, NULL… in home_create_luks()