Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/linux-3.4.99/fs/befs/
Dendian.h15 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu()
24 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64()
33 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()
42 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32()
51 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
60 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16()
71 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu()
88 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun()
105 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
Ddebug.c29 befs_error(const struct super_block *sb, const char *fmt, ...) in befs_error()
47 befs_warning(const struct super_block *sb, const char *fmt, ...) in befs_warning()
66 befs_debug(const struct super_block *sb, const char *fmt, ...) in befs_debug()
94 befs_dump_inode(const struct super_block *sb, befs_inode * inode) in befs_dump_inode()
178 befs_dump_super_block(const struct super_block *sb, befs_super_block * sup) in befs_dump_super_block()
247 befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super * super) in befs_dump_index_entry()
268 befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead * node) in befs_dump_index_node()
/linux-3.4.99/fs/logfs/
Dgc.c31 static int no_free_segments(struct super_block *sb) in no_free_segments()
39 static u8 root_distance(struct super_block *sb, gc_level_t __gc_level) in root_distance()
65 static int segment_is_reserved(struct super_block *sb, u32 segno) in segment_is_reserved()
87 static void logfs_mark_segment_bad(struct super_block *sb, u32 segno) in logfs_mark_segment_bad()
96 static u32 logfs_valid_bytes(struct super_block *sb, u32 segno, u32 *ec, in logfs_valid_bytes()
113 static void logfs_cleanse_block(struct super_block *sb, u64 ofs, u64 ino, in logfs_cleanse_block()
125 static u32 logfs_gc_segment(struct super_block *sb, u32 segno) in logfs_gc_segment()
226 static void free_candidate(struct super_block *sb, struct gc_candidate *cand) in free_candidate()
234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand()
268 static void __add_candidate(struct super_block *sb, struct gc_candidate *cand) in __add_candidate()
[all …]
Dsuper.c54 static void dump_segfile(struct super_block *sb) in dump_segfile()
89 void logfs_crash_dump(struct super_block *sb) in logfs_crash_dump()
99 struct super_block *sb = dentry->d_sb; in logfs_statfs() local
113 static int logfs_sb_set(struct super_block *sb, void *_super) in logfs_sb_set()
131 static int logfs_sb_test(struct super_block *sb, void *_super) in logfs_sb_test()
155 static void logfs_write_ds(struct super_block *sb, struct logfs_disk_super *ds, in logfs_write_ds()
187 static int write_one_sb(struct super_block *sb, in write_one_sb()
188 struct page *(*find_sb)(struct super_block *sb, u64 *ofs)) in write_one_sb()
213 int logfs_write_sb(struct super_block *sb) in logfs_write_sb()
241 static int logfs_recover_sb(struct super_block *sb) in logfs_recover_sb()
[all …]
Djournal.c11 static void logfs_calc_free(struct super_block *sb) in logfs_calc_free()
50 static void reserve_sb_and_journal(struct super_block *sb) in reserve_sb_and_journal()
73 static void read_dynsb(struct super_block *sb, in read_dynsb()
87 static void read_anchor(struct super_block *sb, in read_anchor()
105 static void read_erasecount(struct super_block *sb, in read_erasecount()
115 static int read_area(struct super_block *sb, struct logfs_je_area *a) in read_area()
159 static int __read_je_header(struct super_block *sb, u64 ofs, in __read_je_header()
184 static int __read_je_payload(struct super_block *sb, u64 ofs, in __read_je_payload()
211 static int __read_je(struct super_block *sb, u64 ofs, in __read_je()
222 static int read_je(struct super_block *sb, u64 ofs) in read_je()
[all …]
Dsegment.c15 static int logfs_mark_segment_bad(struct super_block *sb, u32 segno) in logfs_mark_segment_bad()
29 int logfs_erase_segment(struct super_block *sb, u32 segno, int ensure_erase) in logfs_erase_segment()
52 static struct page *get_mapping_page(struct super_block *sb, pgoff_t index, in get_mapping_page()
106 struct super_block *sb = area->a_sb; in pad_partial_page() local
127 struct super_block *sb = area->a_sb; in pad_full_pages() local
166 static void *alias_tree_lookup(struct super_block *sb, u64 ino, u64 bix, in alias_tree_lookup()
175 static int alias_tree_insert(struct super_block *sb, u64 ino, u64 bix, in alias_tree_insert()
184 static int btree_write_alias(struct super_block *sb, struct logfs_block *block, in btree_write_alias()
205 int logfs_load_object_aliases(struct super_block *sb, in logfs_load_object_aliases()
255 struct super_block *sb = block->sb; in kill_alias() local
[all …]
Dinode.c81 static struct inode *__logfs_iget(struct super_block *sb, ino_t ino) in __logfs_iget()
109 struct inode *logfs_iget(struct super_block *sb, ino_t ino) in logfs_iget()
120 struct inode *logfs_safe_iget(struct super_block *sb, ino_t ino, int *is_cached) in logfs_safe_iget()
186 static void logfs_init_inode(struct super_block *sb, struct inode *inode) in logfs_init_inode()
210 static struct inode *logfs_alloc_inode(struct super_block *sb) in logfs_alloc_inode()
246 struct inode *logfs_new_meta_inode(struct super_block *sb, u64 ino) in logfs_new_meta_inode()
262 struct inode *logfs_read_meta_inode(struct super_block *sb, u64 ino) in logfs_read_meta_inode()
306 static void logfs_set_ino_generation(struct super_block *sb, in logfs_set_ino_generation()
328 struct super_block *sb = dir->i_sb; in logfs_new_inode() local
364 static int logfs_sync_fs(struct super_block *sb, int wait) in logfs_sync_fs()
[all …]
Ddev_bdev.c49 struct super_block *sb = _sb; in bdev_readpage() local
71 struct super_block *sb = bio->bi_private; in writeseg_end_io() local
91 static int __bdev_writeseg(struct super_block *sb, u64 ofs, pgoff_t index, in __bdev_writeseg()
150 static void bdev_writeseg(struct super_block *sb, u64 ofs, size_t len) in bdev_writeseg()
177 struct super_block *sb = bio->bi_private; in erase_end_io() local
188 static int do_erase(struct super_block *sb, u64 ofs, pgoff_t index, in do_erase()
239 static int bdev_erase(struct super_block *sb, loff_t to, size_t len, in bdev_erase()
263 static void bdev_sync(struct super_block *sb) in bdev_sync()
270 static struct page *bdev_find_first_sb(struct super_block *sb, u64 *ofs) in bdev_find_first_sb()
280 static struct page *bdev_find_last_sb(struct super_block *sb, u64 *ofs) in bdev_find_last_sb()
[all …]
Ddev_mtd.c16 static int logfs_mtd_read(struct super_block *sb, loff_t ofs, size_t len, in logfs_mtd_read()
35 static int loffs_mtd_write(struct super_block *sb, loff_t ofs, size_t len, in loffs_mtd_write()
72 static int logfs_mtd_erase_mapping(struct super_block *sb, loff_t ofs, in logfs_mtd_erase_mapping()
90 static int logfs_mtd_erase(struct super_block *sb, loff_t ofs, size_t len, in logfs_mtd_erase()
118 static void logfs_mtd_sync(struct super_block *sb) in logfs_mtd_sync()
127 struct super_block *sb = _sb; in logfs_mtd_readpage() local
148 static struct page *logfs_mtd_find_first_sb(struct super_block *sb, u64 *ofs) in logfs_mtd_find_first_sb()
165 static struct page *logfs_mtd_find_last_sb(struct super_block *sb, u64 *ofs) in logfs_mtd_find_last_sb()
183 static int __logfs_mtd_writeseg(struct super_block *sb, u64 ofs, pgoff_t index, in __logfs_mtd_writeseg()
205 static void logfs_mtd_writeseg(struct super_block *sb, u64 ofs, size_t len) in logfs_mtd_writeseg()
[all …]
/linux-3.4.99/fs/
Dsuper.c51 struct super_block *sb; in prune_super() local
216 static void __put_super(struct super_block *sb) in __put_super()
231 static void put_super(struct super_block *sb) in put_super()
331 bool grab_super_passive(struct super_block *sb) in grab_super_passive()
355 void lock_super(struct super_block * sb) in lock_super()
360 void unlock_super(struct super_block * sb) in unlock_super()
382 void generic_shutdown_super(struct super_block *sb) in generic_shutdown_super()
473 void drop_super(struct super_block *sb) in drop_super()
495 struct super_block *sb, *p = NULL; in sync_supers() local
531 struct super_block *sb, *p = NULL; in iterate_supers() local
[all …]
/linux-3.4.99/include/linux/
Dquotaops.h16 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt()
31 #define quota_error(sb, fmt, args...) \ argument
65 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
97 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
106 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
112 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
118 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
124 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
133 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
139 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
[all …]
/linux-3.4.99/tools/perf/util/
Dstrbuf.c20 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
28 void strbuf_release(struct strbuf *sb) in strbuf_release()
36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach()
45 void strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow()
54 static void strbuf_splice(struct strbuf *sb, size_t pos, size_t len, in strbuf_splice()
73 void strbuf_remove(struct strbuf *sb, size_t pos, size_t len) in strbuf_remove()
78 void strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add()
85 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf()
109 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
/linux-3.4.99/fs/quota/
Dquota.c21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
47 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one()
65 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon()
77 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
93 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
106 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
130 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
174 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota()
188 static int quota_setxstate(struct super_block *sb, int cmd, void __user *addr) in quota_setxstate()
199 static int quota_getxstate(struct super_block *sb, void __user *addr) in quota_getxstate()
[all …]
/linux-3.4.99/fs/ext3/
Dsuper.c73 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks) in ext3_journal_start_sb()
101 struct super_block *sb; in __ext3_journal_stop() local
137 void ext3_msg(struct super_block *sb, const char *prefix, in ext3_msg()
168 static void ext3_handle_error(struct super_block *sb) in ext3_handle_error()
196 void ext3_error(struct super_block *sb, const char *function, in ext3_error()
215 static const char *ext3_decode_error(struct super_block * sb, int errno, in ext3_decode_error()
251 void __ext3_std_error (struct super_block * sb, const char * function, in __ext3_std_error()
280 void ext3_abort(struct super_block *sb, const char *function, in ext3_abort()
311 void ext3_warning(struct super_block *sb, const char *function, in ext3_warning()
328 void ext3_update_dynamic_rev(struct super_block *sb) in ext3_update_dynamic_rev()
[all …]
/linux-3.4.99/fs/ext4/
Dballoc.c36 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, in ext4_get_group_no_and_offset()
52 static int ext4_block_in_group(struct super_block *sb, ext4_fsblk_t block, in ext4_block_in_group()
65 unsigned ext4_num_overhead_clusters(struct super_block *sb, in ext4_num_overhead_clusters()
138 static unsigned int num_clusters_in_group(struct super_block *sb, in num_clusters_in_group()
158 void ext4_init_block_bitmap(struct super_block *sb, struct buffer_head *bh, in ext4_init_block_bitmap()
218 unsigned ext4_free_clusters_after_init(struct super_block *sb, in ext4_free_clusters_after_init()
244 struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb, in ext4_get_group_desc()
278 static int ext4_valid_block_bitmap(struct super_block *sb, in ext4_valid_block_bitmap()
339 ext4_read_block_bitmap_nowait(struct super_block *sb, ext4_group_t block_group) in ext4_read_block_bitmap_nowait()
396 int ext4_wait_block_bitmap(struct super_block *sb, ext4_group_t block_group, in ext4_wait_block_bitmap()
[all …]
Dext4_jbd2.h34 #define EXT4_SINGLEDATA_TRANS_BLOCKS(sb) \ argument
50 #define EXT4_DATA_TRANS_BLOCKS(sb) (EXT4_SINGLEDATA_TRANS_BLOCKS(sb) + \ argument
59 #define EXT4_META_TRANS_BLOCKS(sb) (EXT4_XATTR_TRANS_BLOCKS + \ argument
66 #define EXT4_DELETE_TRANS_BLOCKS(sb) (2 * EXT4_DATA_TRANS_BLOCKS(sb) + 64) argument
90 #define EXT4_QUOTA_TRANS_BLOCKS(sb) (test_opt(sb, QUOTA) ? 1 : 0) argument
93 #define EXT4_QUOTA_INIT_BLOCKS(sb) (test_opt(sb, QUOTA) ? (DQUOT_INIT_ALLOC*\ argument
96 #define EXT4_QUOTA_DEL_BLOCKS(sb) (test_opt(sb, QUOTA) ? (DQUOT_DEL_ALLOC*\ argument
99 #define EXT4_QUOTA_TRANS_BLOCKS(sb) 0 argument
100 #define EXT4_QUOTA_INIT_BLOCKS(sb) 0 argument
101 #define EXT4_QUOTA_DEL_BLOCKS(sb) 0 argument
[all …]
Dsuper.c96 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type) argument
98 #define IS_EXT2_SB(sb) (0) argument
110 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) argument
112 #define IS_EXT3_SB(sb) (0) argument
144 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap()
152 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, in ext4_inode_bitmap()
160 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table()
168 __u32 ext4_free_group_clusters(struct super_block *sb, in ext4_free_group_clusters()
176 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count()
184 __u32 ext4_used_dirs_count(struct super_block *sb, in ext4_used_dirs_count()
[all …]
/linux-3.4.99/fs/ufs/
Dsuper.c97 void lock_ufs(struct super_block *sb) in lock_ufs()
107 void unlock_ufs(struct super_block *sb) in unlock_ufs()
117 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode()
135 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry()
141 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
171 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
250 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff()
287 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
288 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
295 void ufs_error (struct super_block * sb, const char * function, in ufs_error()
[all …]
/linux-3.4.99/fs/ocfs2/
Dquota_local.c28 static inline unsigned int ol_quota_entries_per_block(struct super_block *sb) in ol_quota_entries_per_block()
35 static inline unsigned int ol_chunk_blocks(struct super_block *sb) in ol_chunk_blocks()
43 static unsigned int ol_chunk_entries(struct super_block *sb) in ol_chunk_entries()
49 static unsigned int ol_quota_chunk_block(struct super_block *sb, int c) in ol_quota_chunk_block()
55 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block()
62 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off()
70 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off()
77 static inline unsigned int ol_dqblk_file_block(struct super_block *sb, loff_t off) in ol_dqblk_file_block()
82 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset()
88 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off()
[all …]
Djournal.h368 static inline int ocfs2_quota_trans_credits(struct super_block *sb) in ocfs2_quota_trans_credits()
389 static inline int ocfs2_inline_to_extents_credits(struct super_block *sb) in ocfs2_inline_to_extents_credits()
402 static inline int ocfs2_remove_extent_credits(struct super_block *sb) in ocfs2_remove_extent_credits()
412 static inline int ocfs2_add_dir_index_credits(struct super_block *sb) in ocfs2_add_dir_index_credits()
423 static inline int ocfs2_mknod_credits(struct super_block *sb, int is_dir, in ocfs2_mknod_credits()
446 static inline int ocfs2_link_credits(struct super_block *sb) in ocfs2_link_credits()
454 static inline int ocfs2_unlink_credits(struct super_block *sb) in ocfs2_unlink_credits()
468 static inline int ocfs2_rename_credits(struct super_block *sb) in ocfs2_rename_credits()
484 static inline int ocfs2_calc_dxi_expand_credits(struct super_block *sb) in ocfs2_calc_dxi_expand_credits()
516 static inline int ocfs2_calc_extend_credits(struct super_block *sb, in ocfs2_calc_extend_credits()
[all …]
/linux-3.4.99/fs/romfs/
Dstorage.c22 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__) argument
27 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
40 static ssize_t romfs_mtd_strnlen(struct super_block *sb, in romfs_mtd_strnlen()
70 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
107 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
134 static ssize_t romfs_blk_strnlen(struct super_block *sb, in romfs_blk_strnlen()
167 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
218 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
243 ssize_t romfs_dev_strnlen(struct super_block *sb, in romfs_dev_strnlen()
271 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/linux-3.4.99/fs/nilfs2/
Dsuper.c78 static void nilfs_set_error(struct super_block *sb) in nilfs_set_error()
109 void nilfs_error(struct super_block *sb, const char *function, in nilfs_error()
140 void nilfs_warning(struct super_block *sb, const char *function, in nilfs_warning()
158 struct inode *nilfs_alloc_inode(struct super_block *sb) in nilfs_alloc_inode()
190 static int nilfs_sync_super(struct super_block *sb, int flag) in nilfs_sync_super()
264 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb, in nilfs_prepare_super()
291 int nilfs_commit_super(struct super_block *sb, int flag) in nilfs_commit_super()
324 int nilfs_cleanup_super(struct super_block *sb) in nilfs_cleanup_super()
354 static int nilfs_move_2nd_super(struct super_block *sb, loff_t sb2off) in nilfs_move_2nd_super()
411 int nilfs_resize_fs(struct super_block *sb, __u64 newsize) in nilfs_resize_fs()
[all …]
/linux-3.4.99/fs/ext2/
Dsuper.c46 void ext2_error(struct super_block *sb, const char *function, in ext2_error()
81 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg()
100 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev()
125 static void ext2_put_super (struct super_block * sb) in ext2_put_super()
162 static struct inode *ext2_alloc_inode(struct super_block *sb) in ext2_alloc_inode()
215 struct super_block *sb = root->d_sb; in ext2_show_options() local
319 static struct inode *ext2_nfs_get_inode(struct super_block *sb, in ext2_nfs_get_inode()
345 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry()
352 static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid, in ext2_fh_to_parent()
433 static int parse_options(char *options, struct super_block *sb) in parse_options()
[all …]
/linux-3.4.99/fs/reiserfs/
Djournal.c118 static void init_journal_hash(struct super_block *sb) in init_journal_hash()
139 static struct reiserfs_bitmap_node *allocate_bitmap_node(struct super_block in allocate_bitmap_node()
159 static struct reiserfs_bitmap_node *get_bitmap_node(struct super_block *sb) in get_bitmap_node()
182 static inline void free_bitmap_node(struct super_block *sb, in free_bitmap_node()
196 static void allocate_bitmap_nodes(struct super_block *sb) in allocate_bitmap_nodes()
212 static int set_bit_in_list_bitmap(struct super_block *sb, in set_bit_in_list_bitmap()
226 static void cleanup_bitmap_list(struct super_block *sb, in cleanup_bitmap_list()
244 static int free_list_bitmaps(struct super_block *sb, in free_list_bitmaps()
259 static int free_bitmap_nodes(struct super_block *sb) in free_bitmap_nodes()
281 int reiserfs_allocate_list_bitmaps(struct super_block *sb, in reiserfs_allocate_list_bitmaps()
[all …]
/linux-3.4.99/fs/udf/
Dsuper.c124 static struct inode *udf_alloc_inode(struct super_block *sb) in udf_alloc_inode()
257 struct super_block *sb = root->d_sb; in udf_show_options() local
557 static int udf_remount_fs(struct super_block *sb, int *flags, char *options) in udf_remount_fs()
602 static loff_t udf_check_vsd(struct super_block *sb) in udf_check_vsd()
686 static int udf_find_fileset(struct super_block *sb, in udf_find_fileset()
776 static int udf_load_pvoldesc(struct super_block *sb, sector_t block) in udf_load_pvoldesc()
831 struct inode *udf_find_metadata_inode_efe(struct super_block *sb, in udf_find_metadata_inode_efe()
853 static int udf_load_metadata_files(struct super_block *sb, int partition) in udf_load_metadata_files()
916 static void udf_load_fileset(struct super_block *sb, struct buffer_head *bh, in udf_load_fileset()
931 int udf_compute_nr_groups(struct super_block *sb, u32 partition) in udf_compute_nr_groups()
[all …]

12345678910>>...21