Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 14 of 14) sorted by relevance

/fs/unicode/
Dutf8-core.c21 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp()
47 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
77 const struct qstr *s1) in utf8_strncasecmp_folded()
Dutf8-selftest.c238 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/fs/ntfs3/
Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names()
72 const u16 *s1 = uni1->name; in ntfs_cmp_names_cpu() local
/fs/ntfs/
Dunistr.c54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal()
135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
Drunlist.c1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/fs/nfs/
Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid()
470 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32()
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
Dnfs4_fs.h602 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_newer()
607 static inline bool nfs4_stateid_is_next(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_next()
621 static inline void nfs4_stateid_seqid_inc(nfs4_stateid *s1) in nfs4_stateid_seqid_inc()
Dnfs4client.c681 nfs4_check_server_scope(struct nfs41_server_scope *s1, in nfs4_check_server_scope()
Dpnfs.c342 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) in pnfs_seqid_is_newer()
Dnfs4proc.c10406 static bool nfs41_match_stateid(const nfs4_stateid *s1, in nfs41_match_stateid()
10423 static bool nfs4_match_stateid(const nfs4_stateid *s1, in nfs4_match_stateid()
/fs/hfs/
Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
/fs/hfsplus/
Dunicode.c32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp()
65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp()
/fs/smb/client/
Ddfs_cache.c622 static bool dfs_path_equal(const char *s1, int len1, const char *s2, int len2) in dfs_path_equal()
1316 static bool target_share_equal(struct TCP_Server_Info *server, const char *s1, const char *s2) in target_share_equal()
/fs/ceph/
Dsuper.c602 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()