/fs/overlayfs/ |
D | namei.c | 33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() local 108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh() 153 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh() 347 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh() 398 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 423 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh() 450 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh() 484 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() 517 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() 648 int ovl_get_index_name(struct ovl_fs *ofs, struct dentry *origin, in ovl_get_index_name() [all …]
|
D | util.c | 21 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() local 27 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local 33 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local 39 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local 74 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local 82 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local 90 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() local 180 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() local 429 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() local 591 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry) in ovl_check_origin_xattr() [all …]
|
D | super.c | 227 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs() 267 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local 275 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local 323 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local 340 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly() 370 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local 405 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local 781 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create() 940 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen() 955 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir() [all …]
|
D | export.c | 185 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin() local 214 static int ovl_dentry_to_fid(struct ovl_fs *ofs, struct dentry *dentry, in ovl_dentry_to_fid() 253 struct ovl_fs *ofs = OVL_FS(inode->i_sb); in ovl_encode_fh() local 431 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() local 652 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() local 677 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() local 697 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d() local
|
D | copy_up.c | 196 static int ovl_copy_up_data(struct ovl_fs *ofs, struct path *old, in ovl_copy_up_data() 342 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh() 397 int ovl_set_origin(struct ovl_fs *ofs, struct dentry *lower, in ovl_set_origin() 426 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh() 450 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() local 559 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_inode() local 784 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() local 857 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_need_meta_copy_up() local 897 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_meta_inode_data() local
|
D | overlayfs.h | 120 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() 185 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() 198 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr() 209 static inline int ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_removexattr() 266 static inline bool ovl_allow_offline_changes(struct ovl_fs *ofs) in ovl_allow_offline_changes() 452 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin() 459 static inline int ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_verify_upper()
|
D | dir.c | 65 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout() 109 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir, in ovl_cleanup_and_whiteout() 235 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() local 322 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() local 765 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout() local 1064 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect() local
|
D | inode.c | 331 struct ovl_fs *ofs = sb->s_fs_info; in ovl_is_private_xattr() local 480 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_update_time() local 739 struct ovl_fs *ofs = inode->i_sb->s_fs_info; in ovl_next_ino() local 899 unsigned int ovl_get_nlink(struct ovl_fs *ofs, struct dentry *lowerdentry, in ovl_get_nlink() 1071 struct ovl_fs *ofs = sb->s_fs_info; in ovl_hash_bylower() local 1110 struct ovl_fs *ofs = OVL_FS(sb); in ovl_get_inode() local
|
D | ovl_entry.h | 98 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() 108 static inline bool ovl_should_sync(struct ovl_fs *ofs) in ovl_should_sync()
|
/fs/jffs2/ |
D | summary.c | 116 uint32_t ofs) in jffs2_sum_add_inode_mem() 134 uint32_t ofs) 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() 249 unsigned long count, uint32_t ofs) in jffs2_sum_add_kvec() 372 uint32_t ofs, uint32_t len, in sum_link_node_ref() 577 int ret, ofs; in jffs2_sum_scan_sumnode() local
|
D | scan.c | 291 uint32_t ofs, uint32_t len) in jffs2_fill_scan_buf() 331 struct jffs2_raw_xattr *rx, uint32_t ofs, in jffs2_scan_xattr_node() 387 struct jffs2_raw_xref *rr, uint32_t ofs, in jffs2_scan_xref_node() 449 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local 992 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node() 1046 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
|
D | nodelist.c | 149 static struct jffs2_node_frag * new_fragment(struct jffs2_full_dnode *fn, uint32_t ofs, uint32_t si… in new_fragment() 587 uint32_t ofs, uint32_t len, in jffs2_link_node_ref() 682 uint32_t ofs = jeb->offset + c->sector_size - jeb->free_size; in jffs2_scan_dirty_space() local
|
D | wbuf.c | 231 uint32_t ofs) in jffs2_verify_write() 283 uint32_t start, end, ofs, len; in jffs2_wbuf_recover() local 941 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, in jffs2_flash_write() 957 int jffs2_flash_read(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, u_char *buf) in jffs2_flash_read()
|
D | debug.h | 228 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument 235 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument 253 #define jffs2_dbg_dump_node(c, ofs) \ argument 263 #define jffs2_dbg_dump_node(c, ofs) argument
|
D | writev.c | 32 int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, in jffs2_flash_direct_write()
|
D | read.c | 25 int ofs, int len) in jffs2_read_dnode()
|
D | debug.c | 126 uint32_t ofs, int len) in __jffs2_dbg_prewrite_paranoia_check() 773 __jffs2_dbg_dump_node(struct jffs2_sb_info *c, uint32_t ofs) in __jffs2_dbg_dump_node()
|
D | os-linux.h | 79 #define jffs2_flash_write(c, ofs, len, retlen, buf) jffs2_flash_direct_write(c, ofs, len, retlen, b… argument 80 #define jffs2_flash_read(c, ofs, len, retlen, buf) (mtd_read((c)->mtd, ofs, len, retlen, buf)) argument
|
/fs/ntfs/ |
D | aops.c | 76 int ofs; in ntfs_end_buffer_async_read() local 1107 unsigned int ofs; in ntfs_write_mst_block() local 1221 unsigned int ofs; in ntfs_write_mst_block() local 1402 unsigned int ofs = i_size & ~PAGE_MASK; in ntfs_writepage() local 1548 s64 ofs, size; in ntfs_bmap() local 1712 void mark_ntfs_record_dirty(struct page *page, const unsigned int ofs) { in mark_ntfs_record_dirty()
|
D | mft.c | 43 unsigned ofs; in map_mft_record_page() local 1129 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 2093 unsigned int ofs; in ntfs_mft_record_format() local 2250 unsigned int ofs; in ntfs_mft_record_alloc() local
|
D | file.c | 1200 int ofs = 0; in ntfs_prepare_pages_for_non_resident_write() local 1683 unsigned ofs, struct iov_iter *i, size_t bytes) in ntfs_copy_from_user_iter() 1775 unsigned ofs, do_pages, u; in ntfs_perform_write() local
|
/fs/erofs/ |
D | dir.c | 24 void *dentry_blk, unsigned int *ofs, in erofs_fill_dentries() 73 unsigned int ofs = ctx->pos % EROFS_BLKSIZ; in erofs_readdir() local
|
D | inode.c | 17 unsigned int *ofs) in erofs_read_inode() 258 unsigned int ofs; in erofs_fill_inode() local
|
/fs/ksmbd/ |
D | asn1.c | 59 static void encode_asn_tag(char *buf, unsigned int *ofs, char tag, char seq, in encode_asn_tag() 97 unsigned int ofs = 0; in build_spnego_ntlmssp_neg_blob() local 138 unsigned int ofs = 0; in build_spnego_ntlmssp_auth_blob() local
|
/fs/omfs/ |
D | dir.c | 25 const char *name, int namelen, int *ofs) in omfs_get_bucket() 71 int ofs; in omfs_find_entry() local 120 int ofs; in omfs_add_link() local 166 int ofs; in omfs_delete_entry() local
|