Searched refs:abs_path (Results 1 – 1 of 1) sorted by relevance
184 static int touch(char *abs_path, mode_t mode) in touch() argument186 struct file *filp = filp_open(abs_path, O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, mode); in touch()193 abs_path, PTR_ERR(filp)); in touch()