Searched defs:s1 (Results 1 – 11 of 11) sorted by relevance
/fs/ntfs/ |
D | unistr.c | 68 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal() 149 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp() 185 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
|
D | runlist.c | 1168 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local 1204 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local 1370 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local 1422 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
|
/fs/nfs/ |
D | nfs4session.c | 371 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() 381 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32() 390 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
|
D | nfs4_fs.h | 501 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_newer()
|
D | pnfs.c | 704 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) in pnfs_seqid_is_newer()
|
D | nfs4proc.c | 8293 static bool nfs41_match_stateid(const nfs4_stateid *s1, in nfs41_match_stateid() 8309 static bool nfs4_match_stateid(const nfs4_stateid *s1, in nfs4_match_stateid()
|
/fs/hfs/ |
D | string.c | 76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
|
/fs/hfsplus/ |
D | unicode.c | 31 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp() 64 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp()
|
/fs/ncpfs/ |
D | ncplib_kernel.h | 139 #define ncp_strnicmp(t, s1, s2, len) \ argument 159 const unsigned char *s1, const unsigned char *s2, int len) in ncp_strnicmp()
|
/fs/sdcardfs/ |
D | sdcardfs.h | 660 static inline bool str_case_eq(const char *s1, const char *s2) in str_case_eq() 665 static inline bool str_n_case_eq(const char *s1, const char *s2, size_t len) in str_n_case_eq()
|
/fs/ceph/ |
D | super.c | 303 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
|