Searched refs:MOUNTED_LOCK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_linux.c152 #define MOUNTED_LOCK "/etc/mtab~" macro
153 #define MOUNTLOCK_LINKTARGET MOUNTED_LOCK "%d"
203 j = link(linktargetfile, MOUNTED_LOCK);
209 MOUNTED_LOCK, strerror(errsv));
214 lockfile_fd = open(MOUNTED_LOCK, O_WRONLY);
225 MOUNTED_LOCK, strerror(errsv));
240 MOUNTED_LOCK, strerror(errsv));
255 MOUNTED_LOCK, (errno == EINTR) ?
273 __func__, MOUNTED_LOCK);
330 unlink(MOUNTED_LOCK);
[all...]

Completed in 135 milliseconds