Home
last modified time | relevance | path

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

/lib/fs/9p/
A Dv9fs_priv.h48 #define V9FS_FILE_LOCK_TIMEOUT 3000 macro
A Dfile.c399 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_read_file()
428 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_write_file()
454 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_close_file()
484 if ((ret = mutex_acquire_timeout(&file->lock, V9FS_FILE_LOCK_TIMEOUT)) != in v9fs_stat_file()

Completed in 4 milliseconds