Searched refs:chattr_mask (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 38 …char *to, int open_flags, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy… 39 …char *to, int open_flags, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy… in copy_file() argument 40 …return copy_file_full(from, to, open_flags, mode, chattr_flags, chattr_mask, copy_flags, NULL, NUL… in copy_file() 43 …ar *from, const char *to, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy… 44 …ar *from, const char *to, mode_t mode, unsigned chattr_flags, unsigned chattr_mask, CopyFlags copy… in copy_file_atomic() argument 45 … return copy_file_atomic_full(from, to, mode, chattr_flags, chattr_mask, copy_flags, NULL, NULL); in copy_file_atomic()
|
D | copy.c | 1243 unsigned chattr_mask, in copy_file_full() argument 1286 if (chattr_mask != 0) in copy_file_full() 1287 (void) chattr_fd(fdt, chattr_flags, chattr_mask & CHATTR_EARLY_FL, NULL); in copy_file_full() 1296 if (chattr_mask != 0) in copy_file_full() 1297 (void) chattr_fd(fdt, chattr_flags, chattr_mask & ~CHATTR_EARLY_FL, NULL); in copy_file_full() 1331 unsigned chattr_mask, in copy_file_atomic_full() argument 1381 if (chattr_mask != 0) in copy_file_atomic_full() 1382 (void) chattr_fd(fdt, chattr_flags, chattr_mask & CHATTR_EARLY_FL, NULL); in copy_file_atomic_full() 1408 if (chattr_mask != 0) in copy_file_atomic_full() 1409 (void) chattr_fd(fdt, chattr_flags, chattr_mask & ~CHATTR_EARLY_FL, NULL); in copy_file_atomic_full()
|