Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/filesystems/
Dgfs2-uevents.txt39 of journal recovery for one of the filesystems journals. It has
89 If a journal is in use by the filesystem (journals are not
Dgfs2.txt41 gfs2_jadd to add journals to a filesystem online
Dext3.txt189 In data=ordered mode, ext3 only officially journals metadata, but it logically
Dntfs.txt497 - Support journals ($LogFile) which have been modified by chkdsk. This
503 - Support journals ($LogFile) with only one restart page as well as
504 journals with two different restart pages. We sanity check both and
Dext4.txt423 In data=ordered mode, ext4 only officially journals metadata, but it logically
/linux-2.6.39/fs/ext3/
DKconfig25 e2fsprogs version 1.20 or later in order to create ext3 journals
/linux-2.6.39/fs/gfs2/
Drgrp.c1016 unsigned int journals = gfs2_jindex_size(sdp); in forward_rgrp_get() local
1023 if (sdp->sd_rgrps >= journals) in forward_rgrp_get()
1024 rg = sdp->sd_rgrps * sdp->sd_jdesc->jd_jid / journals; in forward_rgrp_get()