/fs/hpfs/ |
D | alloc.c | 16 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 47 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 62 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 150 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 218 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 236 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() 254 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors() 297 int hpfs_check_free_dnodes(struct super_block *s, int n) in hpfs_check_free_dnodes() 343 void hpfs_free_dnode(struct super_block *s, dnode_secno dno) in hpfs_free_dnode() 365 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode() [all …]
|
D | map.c | 11 unsigned *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() 16 unsigned int *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, in hpfs_map_bitmap() 39 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() 93 secno *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory() 119 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 176 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 211 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 275 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
D | anode.c | 13 secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode, in hpfs_bplus_lookup() 60 secno hpfs_add_sector_to_btree(struct super_block *s, secno node, int fnod, unsigned fsecno) in hpfs_add_sector_to_btree() 268 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 324 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup() 332 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() 355 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() 379 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() 393 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() 475 void hpfs_remove_fnode(struct super_block *s, fnode_secno fno) in hpfs_remove_fnode()
|
D | buffer.c | 14 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 34 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 55 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors() 113 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, in hpfs_get_4sectors()
|
D | ea.c | 14 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove() 50 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea() 65 static void set_indirect_ea(struct super_block *s, int ano, secno a, in set_indirect_ea() 73 int hpfs_read_ea(struct super_block *s, struct fnode *fnode, char *key, in hpfs_read_ea() 129 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) in hpfs_get_ea() 193 struct super_block *s = inode->i_sb; in hpfs_set_ea() local
|
D | super.c | 21 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() 39 static void unmark_dirty(struct super_block *s) in unmark_dirty() 57 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() 92 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles() 104 static void hpfs_put_super(struct super_block *s) in hpfs_put_super() 118 unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() 132 static unsigned count_bitmaps(struct super_block *s) in count_bitmaps() 144 struct super_block *s = dentry->d_sb; in hpfs_statfs() local 379 static int hpfs_remount_fs(struct super_block *s, int *flags, char *data) in hpfs_remount_fs() 449 static int hpfs_fill_super(struct super_block *s, void *options, int silent) in hpfs_fill_super()
|
D | dnode.c | 129 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 162 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 193 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 204 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 732 void hpfs_count_dnodes(struct super_block *s, dnode_secno dno, int *n_dnodes, in hpfs_count_dnodes() 785 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, in map_nth_dirent() 807 dnode_secno hpfs_de_as_down_as_possible(struct super_block *s, dnode_secno dno) in hpfs_de_as_down_as_possible() 939 void hpfs_remove_dtree(struct super_block *s, dnode_secno dno) in hpfs_remove_dtree() 987 struct hpfs_dirent *map_fnode_dirent(struct super_block *s, fnode_secno fno, in map_fnode_dirent()
|
/fs/reiserfs/ |
D | objectid.c | 11 #define objectid_map(s,rs) (old_format_only (s) ? \ argument 17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 49 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid() local 94 struct super_block *s = th->t_super; in reiserfs_release_objectid() local 165 int reiserfs_convert_objectid_map_v1(struct super_block *s) in reiserfs_convert_objectid_map_v1()
|
D | bitmap.c | 20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits) argument 36 #define concentrating_formatted_nodes(s) test_bit(_ALLOC_concentrating_formatted_nodes, &SB_ALLOC_… argument 37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s)) argument 38 #define displacing_new_packing_localities(s) test_bit(_ALLOC_displacing_new_packing_localities, &S… argument 45 #define TEST_OPTION(optname, s) \ argument 48 static inline void get_bit_address(struct super_block *s, in get_bit_address() 60 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value) in is_reusable() 113 static inline int is_block_in_journal(struct super_block *s, unsigned int bmap, in is_block_in_journal() 138 struct super_block *s = th->t_super; in scan_bitmap_block() local 241 static int bmap_hash_id(struct super_block *s, u32 id) in bmap_hash_id() [all …]
|
D | super.c | 67 static int reiserfs_sync_fs(struct super_block *s, int wait) in reiserfs_sync_fs() 81 static void reiserfs_write_super(struct super_block *s) in reiserfs_write_super() 86 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze() 107 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze() 122 static int remove_save_link_only(struct super_block *s, in remove_save_link_only() 146 static int finish_unfinished(struct super_block *s) in finish_unfinished() 457 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb() 479 static void reiserfs_put_super(struct super_block *s) in reiserfs_put_super() 609 struct super_block *s = root->d_sb; in reiserfs_show_options() local 830 static int reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, in reiserfs_getopt() [all …]
|
D | lock.c | 21 void reiserfs_write_lock(struct super_block *s) in reiserfs_write_lock() 34 void reiserfs_write_unlock(struct super_block *s) in reiserfs_write_unlock() 58 int reiserfs_write_lock_once(struct super_block *s) in reiserfs_write_lock_once() 71 void reiserfs_write_unlock_once(struct super_block *s, int lock_depth) in reiserfs_write_unlock_once()
|
D | reiserfs.h | 563 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH)) argument 564 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH)) argument 565 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) argument 566 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) argument 567 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER)) argument 568 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE… argument 569 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI… argument 570 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4)) argument 572 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL)) argument 573 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL)) argument [all …]
|
D | journal.c | 549 static inline void put_journal_list(struct super_block *s, in put_journal_list() 577 static int journal_list_still_alive(struct super_block *s, in journal_list_still_alive() 879 static int flush_older_commits(struct super_block *s, in flush_older_commits() 945 static int reiserfs_async_progress_wait(struct super_block *s) in reiserfs_async_progress_wait() 965 static int flush_commit_list(struct super_block *s, in flush_commit_list() 1313 static void del_from_work_list(struct super_block *s, in del_from_work_list() 1332 static int flush_journal_list(struct super_block *s, in flush_journal_list() 1591 static int test_transaction(struct super_block *s, in test_transaction() 1616 static int write_one_transaction(struct super_block *s, in write_one_transaction() 1666 static int dirty_one_transaction(struct super_block *s, in dirty_one_transaction() [all …]
|
/fs/jffs2/ |
D | summary.c | 63 static int jffs2_sum_add_mem(struct jffs2_summary *s, union jffs2_sum_mem *item) in jffs2_sum_add_mem() 108 int jffs2_sum_add_padding_mem(struct jffs2_summary *s, uint32_t size) in jffs2_sum_add_padding_mem() 115 int jffs2_sum_add_inode_mem(struct jffs2_summary *s, struct jffs2_raw_inode *ri, in jffs2_sum_add_inode_mem() 133 int jffs2_sum_add_dirent_mem(struct jffs2_summary *s, struct jffs2_raw_dirent *rd, in jffs2_sum_add_dirent_mem() 158 int jffs2_sum_add_xattr_mem(struct jffs2_summary *s, struct jffs2_raw_xattr *rx, uint32_t ofs) in jffs2_sum_add_xattr_mem() 176 int jffs2_sum_add_xref_mem(struct jffs2_summary *s, struct jffs2_raw_xref *rr, uint32_t ofs) in jffs2_sum_add_xref_mem() 193 static void jffs2_sum_clean_collected(struct jffs2_summary *s) in jffs2_sum_clean_collected() 210 void jffs2_sum_reset_collected(struct jffs2_summary *s) in jffs2_sum_reset_collected() 217 void jffs2_sum_disable_collecting(struct jffs2_summary *s) in jffs2_sum_disable_collecting() 224 int jffs2_sum_is_disabled(struct jffs2_summary *s) in jffs2_sum_is_disabled() [all …]
|
D | scan.c | 97 struct jffs2_summary *s = NULL; /* summary info collected by the scan process */ in jffs2_scan_medium() local 329 struct jffs2_summary *s) in jffs2_scan_xattr_node() 385 struct jffs2_summary *s) in jffs2_scan_xref_node() 443 unsigned char *buf, uint32_t buf_size, struct jffs2_summary *s) { in jffs2_scan_eraseblock() 981 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node() 1035 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
|
/fs/ |
D | super.c | 114 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 199 static inline void destroy_super(struct super_block *s) in destroy_super() 250 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 282 void deactivate_super(struct super_block *s) in deactivate_super() 305 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 425 struct super_block *s = NULL; in sget() local 644 struct super_block *s = get_super(bdev); in get_super_thawed() local 879 int set_anon_super(struct super_block *s, void *data) in set_anon_super() 945 static int set_bdev_super(struct super_block *s, void *data) in set_bdev_super() 958 static int test_bdev_super(struct super_block *s, void *data) in test_bdev_super() [all …]
|
D | binfmt_misc.c | 76 char *s; in check_file() local 221 static char *scanarg(char *s, char del) in scanarg() 239 char c = 0, *s = from, *p = from; in unquote() local 336 char *s = strchr(p, del); in create_entry() local 413 char s[4]; in parse_command() local 653 char *s = enabled ? "enabled\n" : "disabled\n"; in bm_status_read() local
|
/fs/squashfs/ |
D | squashfs.h | 24 #define TRACE(s, args...) pr_debug("SQUASHFS: "s, ## args) argument 26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) argument 28 #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) argument
|
/fs/qnx6/ |
D | dir.c | 54 u32 s = fs32_to_cpu(sbi, de->de_long_inode); /* in block units */ in qnx6_longname() local 72 struct super_block *s = inode->i_sb; in qnx6_dir_longfilename() local 121 struct super_block *s = inode->i_sb; in qnx6_readdir() local 186 struct super_block *s = dir->i_sb; in qnx6_long_match() local 211 static unsigned qnx6_match(struct super_block *s, int len, const char *name, in qnx6_match() 224 struct super_block *s = dir->i_sb; in qnx6_find_entry() local
|
D | inode.c | 112 struct super_block *s = inode->i_sb; in qnx6_block_map() local 181 static const char *qnx6_checkroot(struct super_block *s) in qnx6_checkroot() 205 void qnx6_superblock_debug(struct qnx6_super_block *sb, struct super_block *s) in qnx6_superblock_debug() 268 static struct buffer_head *qnx6_check_first_superblock(struct super_block *s, in qnx6_check_first_superblock() 312 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super() 520 static struct inode *qnx6_private_inode(struct super_block *s, in qnx6_private_inode()
|
/fs/ceph/ |
D | debugfs.c | 21 static int mdsmap_show(struct seq_file *s, void *p) in mdsmap_show() 49 static int mdsc_show(struct seq_file *s, void *p) in mdsc_show() 126 static int caps_show(struct seq_file *s, void *p) in caps_show() 141 static int dentry_lru_show(struct seq_file *s, void *ptr) in dentry_lru_show()
|
/fs/bfs/ |
D | inode.c | 169 struct super_block *s = inode->i_sb; in bfs_evict_inode() local 210 static void bfs_put_super(struct super_block *s) in bfs_put_super() 225 struct super_block *s = dentry->d_sb; in bfs_statfs() local 295 void dump_imap(const char *prefix, struct super_block *s) in dump_imap() 316 static int bfs_fill_super(struct super_block *s, void *data, int silent) in bfs_fill_super()
|
/fs/dlm/ |
D | debug_fs.c | 51 static int print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 74 static int print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1() 173 static int print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 209 static int print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2() 238 static int print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 269 static int print_format3(struct dlm_rsb *r, struct seq_file *s) in print_format3()
|
/fs/nls/ |
D | nls_base.c | 55 int utf8_to_utf32(const u8 *s, int inlen, unicode_t *pu) in utf8_to_utf32() 86 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) in utf32_to_utf8() 117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16() 132 int utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, in utf8s_to_utf16s() 187 u8 *s, int maxout) in utf16s_to_utf8s()
|
/fs/nfs/blocklayout/ |
D | extents.c | 44 static inline sector_t normalize(sector_t s, int base) in normalize() 50 static inline sector_t normalize_up(sector_t s, int base) in normalize_up() 58 static int32_t _find_entry(struct my_tree *tree, u64 s) in _find_entry() 75 int _has_tag(struct my_tree *tree, u64 s, int32_t tag) in _has_tag() 92 static int _add_entry(struct my_tree *tree, u64 s, int32_t tag, in _add_entry() 123 static int _set_range(struct my_tree *tree, int32_t tag, u64 s, u64 length) in _set_range() 139 u64 start, end, s; in _preload_range() local
|