Lines Matching full:files
1 Direct Access for files
7 The page cache is usually used to buffer reads and writes to files.
21 on it as usual. The DAX code currently only supports files with a block
32 add 'dax' to the options in /etc/fstab. This works to enable DAX on all files
47 files and directories. This advisory flag can be set or cleared at any
51 be inherited by all regular files and subdirectories that are subsequently
52 created in this directory. Files and subdirectories that exist at the time
77 a) Setting the parent directory FS_XFLAG_DAX as needed before files are
82 c) Changing the FS_XFLAG_DAX flag on existing regular files and
87 the change in behaviour for existing regular files may not occur
113 New files and directories automatically inherit FS_XFLAG_DAX from
153 statx can be used to query S_DAX. NOTE that only regular files will ever have
198 - implementing an mmap file operation for DAX files which sets the
204 block_truncate_page() for DAX files