Lines Matching +full:i +full:- +full:cache +full:- +full:sets
8 To use the vfat filesystem, use the filesystem type 'vfat'. i.e.::
10 mount -t vfat /dev/fd0 /mnt
42 **-20**: If current process is in group of file's group ID,
45 **-2**: Other users can change timestamp.
48 writable, utime(2) is also allowed. i.e. ~dmask & 022.
57 Sets the codepage number for converting to shortname
69 There is also an option of doing UTF-8 translations
76 UTF-8 is the filesystem safe version of Unicode that
79 If 'uni_xlate' gets set, UTF-8 gets disabled.
151 used by FAT to UTC. I.e. <minutes> minutes will be subtracted
156 cases in presence of DST - time stamps in a different DST
176 FAT has the ATTR_RO (read-only) attribute. On Windows,
181 If you want to use ATTR_RO as read-only flag even for
184 **errors=panic|continue|remount-ro**
187 read-only mode (default behavior).
192 and sparse/thinly-provisioned LUNs.
198 **stale_rw**: This option maintains an index (cache) of directory
199 *inodes* by *i_logstart* which is used by the nfs-related code to
200 improve look-ups. Full file operations (read/write) over NFS is
201 supported but with cache eviction at NFS server, this could
205 on the on-disk location of a file in the MS-DOS directory entry.
207 evicted from the inode cache. However, it means that operations
213 To maintain backward compatibility, ``'-o nfs'`` is also accepted,
245 - vfat_valid_longname does not properly checked reserved names.
246 - When a volume name is the same as a directory name in the root
249 - autoconv option does not work correctly.
269 Windows 95. I don't guarantee that any of the following is correct,
274 :-). The significant change has been the addition of long file names.
313 entries.) I call these extra entries slots. Basically, a slot is a
341 attributes of "hidden", "system", "read-only", and "volume
377 for (sum = i = 0; i < 11; i++) {
378 sum = (((sum&1)<<7)|((sum&0xfe)>>1)) + name[i]
387 character takes either two or four bytes, UTF-16LE encoded.