Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 31) sorted by relevance

12

/fs/nls/
DKconfig45 in so-called DOS codepages. You need to include the appropriate
57 in so-called DOS codepages. You need to include the appropriate
69 in so-called DOS codepages. You need to include the appropriate
82 so-called DOS codepages. You need to include the appropriate
98 so-called DOS codepages. You need to include the appropriate
113 so-called DOS codepages. You need to include the appropriate
124 so-called DOS codepages. You need to include the appropriate
135 so-called DOS codepages. You need to include the appropriate
146 so-called DOS codepages. You need to include the appropriate
157 so-called DOS codepages. You need to include the appropriate
[all …]
/fs/ntfs/
DKconfig63 so you may find that some very small files (<500 bytes or so) cannot
67 so far not received a single report where the driver would have
68 damaged someones data so we assume it is perfectly safe to use.
/fs/nfsd/
Dstate.h515 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) in openowner() argument
517 return container_of(so, struct nfs4_openowner, oo_owner); in openowner()
520 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) in lockowner() argument
522 return container_of(so, struct nfs4_lockowner, lo_owner); in lockowner()
Dnfs4state.c545 struct nfs4_stateowner *so; in find_openstateowner_str_locked() local
549 list_for_each_entry(so, &clp->cl_ownerstr_hashtbl[hashval], in find_openstateowner_str_locked()
551 if (!so->so_is_open_owner) in find_openstateowner_str_locked()
553 if (same_owner_str(so, &open->op_owner)) in find_openstateowner_str_locked()
554 return openowner(nfs4_get_stateowner(so)); in find_openstateowner_str_locked()
1704 struct nfs4_stateowner *so = cstate->replay_owner; in nfsd4_bump_seqid() local
1713 if (!so) in nfsd4_bump_seqid()
1715 if (so->so_is_open_owner) in nfsd4_bump_seqid()
1716 release_last_closed_stateid(openowner(so)); in nfsd4_bump_seqid()
1717 so->so_seqid++; in nfsd4_bump_seqid()
[all …]
Dnfs4callback.c685 static void encode_stateowner(struct xdr_stream *xdr, struct nfs4_stateowner *so) in encode_stateowner() argument
689 p = xdr_reserve_space(xdr, 8 + 4 + so->so_owner.len); in encode_stateowner()
690 p = xdr_encode_opaque_fixed(p, &so->so_client->cl_clientid, 8); in encode_stateowner()
691 xdr_encode_opaque(p, so->so_owner.data, so->so_owner.len); in encode_stateowner()
/fs/squashfs/
DKconfig51 Doing so can significantly improve performance because
175 LZ4 is not the standard compression used in Squashfs and so most
190 LZO is not the standard compression used in Squashfs and so most
205 XZ is not the standard compression used in Squashfs and so most
219 ZSTD is not the standard compression used in Squashfs and so most
/fs/erofs/
DKconfig72 security labels in the erofs filesystem, so that it requires enabling
98 LZMA support is an experimental feature for now and so most file
113 DEFLATE support is an experimental feature for now and so most
/fs/xfs/libxfs/
Dxfs_rtbitmap.c458 int so; /* index into the summary file */ in xfs_rtmodify_summary_int() local
464 so = XFS_SUMOFFS(mp, log, bbno); in xfs_rtmodify_summary_int()
468 sb = XFS_SUMOFFSTOBLOCK(mp, so); in xfs_rtmodify_summary_int()
496 sp = XFS_SUMPTR(mp, bp, so); in xfs_rtmodify_summary_int()
Dxfs_format.h1154 #define XFS_SUMPTR(mp,bp,so) \ argument
1156 (((so) * (uint)sizeof(xfs_suminfo_t)) & XFS_BLOCKMASK(mp))))
/fs/ubifs/
DKconfig61 so be careful. How often atime is updated depends on the selected strategy:
84 security labels in the ubifs filesystem, so that it requires enabling
/fs/hpfs/
DKconfig12 floppies however are in regular MSDOS format, so you don't need this
/fs/f2fs/
DKconfig73 security labels in the f2fs filesystem, so that it requires enabling
92 Test F2FS to inject faults such as ENOMEM, ENOSPC, and so on.
/fs/befs/
DKconfig12 available at this time). It is a 64 bit filesystem, so it supports
DChangeLog239 (super.c). Now we check to see if log_start and log_end differ. If so,
388 * BeFS depends on NLS, so I made activating BeFS enable the NLS questions
402 Makoto Kato <m_kato@ga2.so-net.ne.jp> is original author.Daniel Berlin
/fs/xfs/
DKconfig58 the locale settings in userspace, so it corrupts UTF-8 names.
137 advantage here is to look for problems proactively so that
186 It converts ASSERT checks to WARN, so will log any out-of-bounds
/fs/adfs/
DKconfig29 codes, so if you're unsure, say N.
/fs/reiserfs/
DREADME13 code so the poor blight and his customers can keep things straight.
20 under the GPL, because he wants to know if it is okay to do so and put
65 quite cryptic if your forget to do so.
DKconfig25 systems are. The next version will be so extended, and will support
/fs/gfs2/
DKconfig16 a lock module to allow the computers coordinate their I/O so
/fs/ufs/
DKconfig37 experimental, so you should back up your UFS partitions beforehand.
/fs/isofs/
DKconfig8 Unix systems. The so-called Rock-Ridge extensions which allow for
/fs/jffs2/
DREADME.Locking67 No ordering rules have been made for doing so.
130 erase_completion_lock cannot be held, so an alternative, more
/fs/affs/
DChanges189 the bitmap was changed, so the bitmap wasn't sync'd.
222 - Added a remount function, so attempts to remount
/fs/btrfs/
DKconfig29 expected to change unless there are strong reasons to do so. If there
/fs/proc/
DKconfig30 programs depend on this, so everyone should say Y here.

12