| /fs/hpfs/ |
| D | alloc.c | 11 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 24 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 37 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 50 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 68 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 99 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 276 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 295 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() [all …]
|
| D | map.c | 11 __le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() 16 __le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, in hpfs_map_bitmap() 36 void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block) in hpfs_prefetch_bitmap() 56 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() 111 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory() 133 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() 163 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 220 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 255 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 321 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
| D | buffer.c | 13 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map() 25 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range() 37 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() 70 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 92 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 113 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors() 167 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, in hpfs_get_4sectors()
|
| 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() 273 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 329 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup() 337 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() 360 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() 384 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() 398 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() 480 void hpfs_remove_fnode(struct super_block *s, fnode_secno fno) in hpfs_remove_fnode()
|
| D | super.c | 22 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() 40 static void unmark_dirty(struct super_block *s) in unmark_dirty() 56 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() 100 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles() 124 static void hpfs_put_super(struct super_block *s) in hpfs_put_super() 132 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() 146 static unsigned count_bitmaps(struct super_block *s) in count_bitmaps() 164 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() 178 struct super_block *s = dentry->d_sb; in hpfs_statfs() local 449 static int hpfs_remount_fs(struct super_block *s, int *flags, char *data) in hpfs_remount_fs() [all …]
|
| 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 | dnode.c | 136 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 169 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 200 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 211 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 741 void hpfs_count_dnodes(struct super_block *s, dnode_secno dno, int *n_dnodes, in hpfs_count_dnodes() 794 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, in map_nth_dirent() 816 dnode_secno hpfs_de_as_down_as_possible(struct super_block *s, dnode_secno dno) in hpfs_de_as_down_as_possible() 948 void hpfs_remove_dtree(struct super_block *s, dnode_secno dno) in hpfs_remove_dtree() 996 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() 51 struct super_block *s = th->t_super; in reiserfs_get_unused_objectid() local 100 struct super_block *s = th->t_super; in reiserfs_release_objectid() local 179 int reiserfs_convert_objectid_map_v1(struct super_block *s) in reiserfs_convert_objectid_map_v1()
|
| D | super.c | 67 static int reiserfs_sync_fs(struct super_block *s, int wait) in reiserfs_sync_fs() 87 struct super_block *s; in flush_old_commits() local 101 void reiserfs_schedule_old_flush(struct super_block *s) in reiserfs_schedule_old_flush() 122 void reiserfs_cancel_old_flush(struct super_block *s) in reiserfs_cancel_old_flush() 133 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze() 156 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze() 179 static int remove_save_link_only(struct super_block *s, in remove_save_link_only() 211 static int finish_unfinished(struct super_block *s) in finish_unfinished() 536 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb() 559 static void reiserfs_put_super(struct super_block *s) in reiserfs_put_super() [all …]
|
| 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() 62 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value) in is_reusable() 120 static inline int is_block_in_journal(struct super_block *s, unsigned int bmap, in is_block_in_journal() 147 struct super_block *s = th->t_super; in scan_bitmap_block() local 274 static int bmap_hash_id(struct super_block *s, u32 id) in bmap_hash_id() [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() 51 int __must_check reiserfs_write_unlock_nested(struct super_block *s) in reiserfs_write_unlock_nested() 69 void reiserfs_write_lock_nested(struct super_block *s, int depth) in reiserfs_write_lock_nested()
|
| D | reiserfs.h | 716 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH)) argument 717 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH)) argument 718 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) argument 719 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) argument 720 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER)) argument 721 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE… argument 722 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI… argument 723 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4)) argument 725 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL)) argument 726 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL)) argument [all …]
|
| D | journal.c | 550 static inline void put_journal_list(struct super_block *s, in put_journal_list() 578 static int journal_list_still_alive(struct super_block *s, in journal_list_still_alive() 885 static int flush_older_commits(struct super_block *s, in flush_older_commits() 953 static int reiserfs_async_progress_wait(struct super_block *s) in reiserfs_async_progress_wait() 975 static int flush_commit_list(struct super_block *s, in flush_commit_list() 1328 static void del_from_work_list(struct super_block *s, in del_from_work_list() 1348 static int flush_journal_list(struct super_block *s, in flush_journal_list() 1631 static int write_one_transaction(struct super_block *s, in write_one_transaction() 1683 static int dirty_one_transaction(struct super_block *s, in dirty_one_transaction() 1720 static int kupdate_transactions(struct super_block *s, in kupdate_transactions() [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() 986 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node() 1040 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
|
| /fs/ |
| D | super.c | 150 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local 161 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local 172 static void destroy_super(struct super_block *s) in destroy_super() 193 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 305 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 338 void deactivate_super(struct super_block *s) in deactivate_super() 361 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 469 struct super_block *s = NULL; in sget() local 650 struct super_block *s = get_super(bdev); in get_super_thawed() local 914 int set_anon_super(struct super_block *s, void *data) in set_anon_super() [all …]
|
| /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_warn("SQUASHFS: "s, ## args) argument
|
| /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() 127 static int caps_show(struct seq_file *s, void *p) in caps_show() 142 static int dentry_lru_show(struct seq_file *s, void *ptr) in dentry_lru_show() 159 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
|
| D | mds_client.c | 350 const char *ceph_session_state_name(int s) in ceph_session_state_name() 364 static struct ceph_mds_session *get_session(struct ceph_mds_session *s) in get_session() 376 void ceph_put_mds_session(struct ceph_mds_session *s) in ceph_put_mds_session() 414 struct ceph_mds_session *s) in __verify_registered_session() 429 struct ceph_mds_session *s; in register_session() local 501 struct ceph_mds_session *s) in __unregister_session() 3106 struct ceph_mds_session *s; in check_new_map() local 3396 struct ceph_mds_session *s = __ceph_lookup_mds_session(mdsc, i); in drop_leases() local 3442 struct ceph_mds_session *s = __ceph_lookup_mds_session(mdsc, i); in delayed_work() local 3854 struct ceph_mds_session *s = con->private; in con_get() local [all …]
|
| /fs/qnx6/ |
| D | dir.c | 49 u32 s = fs32_to_cpu(sbi, de->de_long_inode); /* in block units */ in qnx6_longname() local 67 struct super_block *s = inode->i_sb; in qnx6_dir_longfilename() local 114 struct super_block *s = inode->i_sb; in qnx6_readdir() local 177 struct super_block *s = dir->i_sb; in qnx6_long_match() local 202 static unsigned qnx6_match(struct super_block *s, int len, const char *name, in qnx6_match() 215 struct super_block *s = dir->i_sb; in qnx6_find_entry() local
|
| D | inode.c | 113 struct super_block *s = inode->i_sb; in qnx6_block_map() local 180 static const char *qnx6_checkroot(struct super_block *s) in qnx6_checkroot() 204 void qnx6_superblock_debug(struct qnx6_super_block *sb, struct super_block *s) in qnx6_superblock_debug() 257 static struct buffer_head *qnx6_check_first_superblock(struct super_block *s, in qnx6_check_first_superblock() 297 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super() 503 static struct inode *qnx6_private_inode(struct super_block *s, in qnx6_private_inode()
|
| /fs/dlm/ |
| D | debug_fs.c | 51 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 74 static void print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1() 167 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 201 static void print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2() 228 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 257 static void print_format3(struct dlm_rsb *r, struct seq_file *s) in print_format3() 333 static void print_format4(struct dlm_rsb *r, struct seq_file *s) in print_format4()
|
| /fs/bfs/ |
| D | inode.c | 168 struct super_block *s = inode->i_sb; in bfs_evict_inode() local 209 static void bfs_put_super(struct super_block *s) in bfs_put_super() 224 struct super_block *s = dentry->d_sb; in bfs_statfs() local 299 void bfs_dump_imap(const char *prefix, struct super_block *s) in bfs_dump_imap() 320 static int bfs_fill_super(struct super_block *s, void *data, int silent) in bfs_fill_super()
|
| /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/cifs/ |
| D | cifsfs.c | 304 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server) in cifs_show_address() 326 cifs_show_security(struct seq_file *s, struct cifs_ses *ses) in cifs_show_security() 363 cifs_show_cache_flavor(struct seq_file *s, struct cifs_sb_info *cifs_sb) in cifs_show_cache_flavor() 376 cifs_show_nls(struct seq_file *s, struct nls_table *cur) in cifs_show_nls() 393 cifs_show_options(struct seq_file *s, struct dentry *root) in cifs_show_options() 553 static int cifs_show_stats(struct seq_file *s, struct dentry *root) in cifs_show_stats() 604 char *s, *p; in cifs_get_root() local
|