Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 7 of 7) sorted by relevance

/fs/pstore/
DKconfig8 persistent storage via "pstore" filesystem that can
12 (or "M") to a platform specific persistent store driver
14 If you don't have a platform persistent store driver,
135 With this option kernel traces function calls into a persistent
/fs/coda/
DKconfig12 persistent client caches and write back caching.
/fs/9p/
DKconfig18 Choose Y here to enable persistent, read-only local
/fs/ceph/
DKconfig25 Choose Y here to enable persistent, read-only local
/fs/ext4/
DKconfig44 allocation, persistent preallocation, high resolution time stamps,
/fs/cifs/
Dconnect.c1733 if (vol->persistent) { in cifs_parse_mount_options()
1740 vol->persistent = true; in cifs_parse_mount_options()
1749 if (vol->persistent) { in cifs_parse_mount_options()
3351 if (volume_info->persistent) { in cifs_get_tcon()
4113 if ((vol->persistent == true) && (!(ses->server->capabilities & in mount_get_conns()
5123 vol_info->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
Dcifsglob.h597 bool persistent:1; member