| /fs/hpfs/ |
| D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 100 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() [all …]
|
| D | map.c | 12 __le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() 17 __le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, in hpfs_map_bitmap() 37 void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block) in hpfs_prefetch_bitmap() 57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() 112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory() 134 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() 164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() 221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 322 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
|
| D | buffer.c | 14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map() 26 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) in hpfs_search_hotfix_map_for_range() 38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() 71 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() 93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() 114 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors() 168 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, in hpfs_get_4sectors()
|
| D | anode.c | 14 secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode, in hpfs_bplus_lookup() 61 secno hpfs_add_sector_to_btree(struct super_block *s, secno node, int fnod, unsigned fsecno) in hpfs_add_sector_to_btree() 274 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 330 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup() 338 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() 361 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write() 385 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove() 399 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() 481 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 | 15 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove() 51 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea() 66 static void set_indirect_ea(struct super_block *s, int ano, secno a, in set_indirect_ea() 74 int hpfs_read_ea(struct super_block *s, struct fnode *fnode, char *key, in hpfs_read_ea() 130 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) in hpfs_get_ea() 194 struct super_block *s = inode->i_sb; in hpfs_set_ea() local
|
| D | dnode.c | 139 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 172 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 203 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 214 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 744 void hpfs_count_dnodes(struct super_block *s, dnode_secno dno, int *n_dnodes, in hpfs_count_dnodes() 797 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, in map_nth_dirent() 819 dnode_secno hpfs_de_as_down_as_possible(struct super_block *s, dnode_secno dno) in hpfs_de_as_down_as_possible() 951 void hpfs_remove_dtree(struct super_block *s, dnode_secno dno) in hpfs_remove_dtree() 999 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 115 void reiserfs_schedule_old_flush(struct super_block *s) in reiserfs_schedule_old_flush() 136 void reiserfs_cancel_old_flush(struct super_block *s) in reiserfs_cancel_old_flush() 147 static int reiserfs_freeze(struct super_block *s) in reiserfs_freeze() 170 static int reiserfs_unfreeze(struct super_block *s) in reiserfs_unfreeze() 193 static int remove_save_link_only(struct super_block *s, in remove_save_link_only() 225 static int finish_unfinished(struct super_block *s) in finish_unfinished() 550 static void reiserfs_kill_sb(struct super_block *s) in reiserfs_kill_sb() 576 static void reiserfs_quota_off_umount(struct super_block *s) in reiserfs_quota_off_umount() [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 | 22 void reiserfs_write_lock(struct super_block *s) in reiserfs_write_lock() 35 void reiserfs_write_unlock(struct super_block *s) in reiserfs_write_unlock() 52 int __must_check reiserfs_write_unlock_nested(struct super_block *s) in reiserfs_write_unlock_nested() 70 void reiserfs_write_lock_nested(struct super_block *s, int depth) in reiserfs_write_lock_nested()
|
| D | reiserfs.h | 717 #define reiserfs_r5_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_R5_HASH)) argument 718 #define reiserfs_rupasov_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_RUPASOV_HASH)) argument 719 #define reiserfs_tea_hash(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_TEA_HASH)) argument 720 #define reiserfs_hash_detect(s) (REISERFS_SB(s)->s_mount_opt & (1 << FORCE_HASH_DETECT)) argument 721 #define reiserfs_no_border(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_BORDER)) argument 722 #define reiserfs_no_unhashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_NO_UNHASHE… argument 723 #define reiserfs_hashed_relocation(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_HASHED_RELOCATI… argument 724 #define reiserfs_test4(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_TEST4)) argument 726 #define have_large_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_LARGETAIL)) argument 727 #define have_small_tails(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_SMALLTAIL)) argument [all …]
|
| D | journal.c | 551 static inline void put_journal_list(struct super_block *s, in put_journal_list() 579 static int journal_list_still_alive(struct super_block *s, in journal_list_still_alive() 884 static int flush_older_commits(struct super_block *s, in flush_older_commits() 952 static int reiserfs_async_progress_wait(struct super_block *s) in reiserfs_async_progress_wait() 974 static int flush_commit_list(struct super_block *s, in flush_commit_list() 1329 static void del_from_work_list(struct super_block *s, in del_from_work_list() 1349 static int flush_journal_list(struct super_block *s, in flush_journal_list() 1632 static int write_one_transaction(struct super_block *s, in write_one_transaction() 1684 static int dirty_one_transaction(struct super_block *s, in dirty_one_transaction() 1721 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/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/ |
| D | super.c | 152 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local 163 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local 174 static void destroy_super(struct super_block *s) in destroy_super() 197 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 313 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 346 void deactivate_super(struct super_block *s) in deactivate_super() 369 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 482 struct super_block *s = NULL; in sget_userns() local 715 struct super_block *s = __get_super(bdev, excl); in __get_super_thawed() local 1011 int set_anon_super(struct super_block *s, void *data) in set_anon_super() [all …]
|
| /fs/ceph/ |
| D | debugfs.c | 22 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 | 365 const char *ceph_session_state_name(int s) in ceph_session_state_name() 380 static struct ceph_mds_session *get_session(struct ceph_mds_session *s) in get_session() 392 void ceph_put_mds_session(struct ceph_mds_session *s) in ceph_put_mds_session() 428 struct ceph_mds_session *s) in __verify_registered_session() 443 struct ceph_mds_session *s; in register_session() local 514 struct ceph_mds_session *s) in __unregister_session() 3219 struct ceph_mds_session *s; in check_new_map() local 3486 struct ceph_mds_session *s = __ceph_lookup_mds_session(mdsc, i); in drop_leases() local 3529 struct ceph_mds_session *s = __ceph_lookup_mds_session(mdsc, i); in delayed_work() local 4017 struct ceph_mds_session *s = con->private; in con_get() local [all …]
|
| /fs/qnx6/ |
| D | dir.c | 50 u32 s = fs32_to_cpu(sbi, de->de_long_inode); /* in block units */ in qnx6_longname() local 68 struct super_block *s = inode->i_sb; in qnx6_dir_longfilename() local 115 struct super_block *s = inode->i_sb; in qnx6_readdir() local 178 struct super_block *s = dir->i_sb; in qnx6_long_match() local 203 static unsigned qnx6_match(struct super_block *s, int len, const char *name, in qnx6_match() 216 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/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/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/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/gfs2/ |
| D | ops_fstype.c | 189 struct super_block *s = sdp->sd_vfs; in gfs2_sb_in() local 1222 static int set_gfs2_super(struct super_block *s, void *data) in set_gfs2_super() 1230 static int test_gfs2_super(struct super_block *s, void *ptr) in test_gfs2_super() 1254 struct super_block *s; in gfs2_mount() local 1342 static int set_meta_super(struct super_block *s, void *ptr) in set_meta_super() 1350 struct super_block *s; in gfs2_mount_meta() local
|