Home
last modified time | relevance | path

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

/fs/sdcardfs/
Dinode.c184 static int touch(char *abs_path, mode_t mode) in touch() argument
186 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()