Lines Matching refs:filename
3 * Augment the filename syscalls with the contents of the filename pointer argument
36 struct augmented_filename filename; \
41 struct augmented_enter_##syscall##_args augmented_args = { .filename.reserved = 0, }; \
43 augmented_args.filename.size = probe_read_str(&augmented_args.filename.value, \
44 sizeof(augmented_args.filename.value), \
46 if (__builtin_memcmp(augmented_args.filename.value, etc, 4) != 0) \
51 (sizeof(augmented_args) - sizeof(augmented_args.filename.value) + \
52 augmented_args.filename.size)); \