Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Ddir.c1315 if (fc->no_statx) in fuse_update_get_attr()
1332 if (!fc->no_statx && (request_mask & ~STATX_BASIC_STATS)) { in fuse_update_get_attr()
1335 fc->no_statx = 1; in fuse_update_get_attr()
H A Dfuse_i.h855 unsigned int no_statx:1; member