Lines Matching refs:stat
35 * $ sleep 5; stat mnt/$file
45 * Only once the kernel cache timeout has been reached will the stat
48 * $ sleep 30; stat mnt/$file
49 * stat: cannot stat ‘mnt/Time_is_15h_50m_09s’: No such file or directory
51 * In contrast, if you enable notifications you will be unable to stat
55 * $ file=$(ls mnt/); stat mnt/$file
64 * $ sleep 1; stat mnt/$file
65 * stat: cannot stat ‘mnt/Time_is_20h_42m_11s’: No such file or directory
90 #include <sys/stat.h>
124 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) {
179 struct stat stbuf;
197 struct stat stbuf;