Home
last modified time | relevance | path

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

/fs/exfat/
A Dio.c79 static int open_ro(const char* spec) in open_ro() argument
81 return open(spec, O_RDONLY); in open_ro()
84 static int open_rw(const char* spec) in open_rw() argument
86 int fd = open(spec, O_RDWR); in open_rw()
140 dev->fd = open_ro(spec); in exfat_open()
151 dev->fd = open_rw(spec); in exfat_open()
162 dev->fd = open_rw(spec); in exfat_open()
168 dev->fd = open_ro(spec); in exfat_open()
184 exfat_error("failed to fstat '%s'", spec); in exfat_open()
237 partition = strchr(spec, '\0') - 1; in exfat_open()
[all …]
A Dexfat.h164 struct exfat_dev* exfat_open(const char* spec, enum exfat_mode mode);
246 int exfat_mount(struct exfat* ef, const char* spec, const char* options);
A Dmount.c185 int exfat_mount(struct exfat* ef, const char* spec, const char* options) in exfat_mount() argument
201 ef->dev = exfat_open(spec, mode); in exfat_mount()

Completed in 7 milliseconds