Home
last modified time | relevance | path

Searched refs:s (Results 1 – 9 of 9) sorted by relevance

/fs/ubifs/
A Dsuper.c2372 if (!s) { in alloc_super()
2384 return s; in alloc_super()
2416 if (s) { in sget()
2419 s = NULL; in sget()
2425 if (!s) { in sget()
2428 if (!s) in sget()
2440 destroy_super(s); in sget()
2444 s->s_type = type; in sget()
2446 strlcpy(s->s_id, type->name, sizeof(s->s_id)); in sget()
2453 strncpy(s->s_id, type->name, sizeof(s->s_id)); in sget()
[all …]
A Dkey.h49 static inline uint32_t key_r5_hash(const char *s, int len) in key_r5_hash() argument
52 const signed char *str = (const signed char *)s; in key_r5_hash()
A Ddebug.c691 const char *s; in ubifs_dump_lprop() local
696 s = "dirty index"; in ubifs_dump_lprop()
699 s = "freeable index"; in ubifs_dump_lprop()
702 s = "index"; in ubifs_dump_lprop()
707 s = "not categorized"; in ubifs_dump_lprop()
710 s = "dirty"; in ubifs_dump_lprop()
713 s = "free"; in ubifs_dump_lprop()
716 s = "empty"; in ubifs_dump_lprop()
719 s = "freeable"; in ubifs_dump_lprop()
722 s = NULL; in ubifs_dump_lprop()
[all …]
/fs/zfs/
A Dzfs_sha256.c50 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) argument
A Dzfs.c174 zlib_decompress(void *s, void *d, in zlib_decompress() argument
178 if (uncompress(d, &z_dest_len, s, slen) != Z_OK) in zlib_decompress()
/fs/btrfs/
A Dctree.h192 const type *s) \
194 unsigned long offset = (unsigned long)s; \
199 type *s, u##bits val) \
201 unsigned long offset = (unsigned long)s; \
207 static inline u##bits btrfs_##name(const type *s) \
209 return le##bits##_to_cpu(s->member); \
211 static inline void btrfs_set_##name(type *s, u##bits val) \
213 s->member = cpu_to_le##bits(val); \
273 static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s) in btrfs_stripe_dev_uuid() argument
275 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid); in btrfs_stripe_dev_uuid()
[all …]
A Dvolumes.c929 struct btrfs_bio_stripe s; in sort_parity_stripes() local
938 s = bbio->stripes[i]; in sort_parity_stripes()
942 bbio->stripes[i+1] = s; in sort_parity_stripes()
/fs/jffs2/
A Dmini_inflate.c17 static inline void cramfs_memset(int *s, const int c, size n) in cramfs_memset() argument
20 for (;n > 0; n--) s[n] = c; in cramfs_memset()
21 s[0] = c; in cramfs_memset()
A Djffs2_1pass.c895 char s[64], *p; in dump_stat() local
900 ctime_r((time_t *)&st->st_mtime, s/*,64*/); /* newlib ctime doesn't have buflen */ in dump_stat()
902 if ((p = strchr(s,'\n')) != NULL) *p = '\0'; in dump_stat()
903 if ((p = strchr(s,'\r')) != NULL) *p = '\0'; in dump_stat()
910 printf(" %s %8ld %s %s", mkmodestr(st->st_mode,str), st->st_size, s, name); in dump_stat()

Completed in 27 milliseconds