Searched refs:dir_context (Results 1 - 25 of 97) sorted by relevance

1234

/linux-master/fs/bcachefs/
H A Ddirent.h22 struct dir_context;
74 int bch2_readdir(struct bch_fs *, subvol_inum, struct dir_context *);
/linux-master/fs/efs/
H A Ddir.c11 static int efs_readdir(struct file *, struct dir_context *);
23 static int efs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/ocfs2/
H A Ddir.h79 int ocfs2_readdir(struct file *file, struct dir_context *ctx);
80 int ocfs2_dir_foreach(struct inode *inode, struct dir_context *ctx);
/linux-master/fs/
H A Dreaddir.c34 struct dir_context *ctx,
35 int (*iter)(struct file *, struct dir_context *))
87 int iterate_dir(struct file *file, struct dir_context *ctx)
178 struct dir_context ctx;
183 static bool fillonedir(struct dir_context *ctx, const char *name, int namlen,
255 struct dir_context ctx;
262 static bool filldir(struct dir_context *ctx, const char *name, int namlen,
343 struct dir_context ctx;
350 static bool filldir64(struct dir_context *ctx, const char *name, int namlen,
435 struct dir_context ct
[all...]
/linux-master/fs/erofs/
H A Ddir.c9 static int erofs_fill_dentries(struct inode *dir, struct dir_context *ctx,
49 static int erofs_readdir(struct file *f, struct dir_context *ctx)
/linux-master/fs/smb/client/
H A Dcached_dir.h24 struct dir_context *ctx; /*
H A Dreaddir.c800 struct dir_context *ctx)
836 struct dir_context *ctx)
847 struct dir_context *ctx)
860 struct dir_context *ctx,
893 static bool cifs_dir_emit(struct dir_context *ctx,
916 struct dir_context *ctx,
1012 int cifs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/proc/
H A Dinternal.h173 extern int proc_pid_readdir(struct file *, struct dir_context *);
180 bool proc_fill_cache(struct file *, struct dir_context *, const char *, unsigned int,
192 extern int proc_readdir(struct file *, struct dir_context *);
193 int proc_readdir_de(struct file *, struct dir_context *, struct proc_dir_entry *);
/linux-master/fs/qnx4/
H A Ddir.c18 static int qnx4_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/affs/
H A Ddir.c20 static int affs_readdir(struct file *, struct dir_context *);
45 affs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/fuse/
H A Dreaddir.c16 static bool fuse_use_readdirplus(struct inode *dir, struct dir_context *ctx)
114 static bool fuse_emit(struct file *file, struct dir_context *ctx,
127 struct dir_context *ctx)
287 struct dir_context *ctx, u64 attr_version)
330 static int fuse_readdir_uncached(struct file *file, struct dir_context *ctx)
392 struct dir_context *ctx)
444 static int fuse_readdir_cached(struct file *file, struct dir_context *ctx)
586 int fuse_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/ecryptfs/
H A Dfile.c73 struct dir_context ctx;
74 struct dir_context *caller;
82 ecryptfs_filldir(struct dir_context *ctx, const char *lower_name,
126 static int ecryptfs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/gfs2/
H A Ddir.h39 int gfs2_dir_read(struct inode *inode, struct dir_context *ctx,
H A Dexport.c64 struct dir_context ctx;
69 static bool get_name_filldir(struct dir_context *ctx, const char *name,
/linux-master/fs/reiserfs/
H A Ddir.c16 static int reiserfs_readdir(struct file *, struct dir_context *);
60 int reiserfs_readdir_inode(struct inode *inode, struct dir_context *ctx)
272 static int reiserfs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/orangefs/
H A Ddir.c189 struct dir_context *ctx)
240 static int orangefs_dir_fill(struct orangefs_dir *od, struct dir_context *ctx)
302 struct dir_context *ctx)
/linux-master/fs/btrfs/
H A Ddelayed-inode.h155 int btrfs_readdir_delayed_dir_index(struct dir_context *ctx,
/linux-master/fs/udf/
H A Ddir.c35 static int udf_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c48 struct dir_context *ctx)
142 struct dir_context *ctx,
349 struct dir_context *ctx,
513 struct dir_context *ctx,
/linux-master/fs/qnx6/
H A Ddir.c64 struct dir_context *ctx,
112 static int qnx6_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/isofs/
H A Ddir.c83 struct dir_context *ctx,
249 static int isofs_readdir(struct file *file, struct dir_context *ctx)
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h9 struct dir_context;
189 struct dir_context *ctx, size_t bufsize);
/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c29 static int vxfs_readdir(struct file *, struct dir_context *);
180 * @ctx: dir_context for filldir/readdir
190 vxfs_readdir(struct file *fp, struct dir_context *ctx)
/linux-master/fs/9p/
H A Dvfs_dir.c84 static int v9fs_dir_readdir(struct file *file, struct dir_context *ctx)
147 static int v9fs_dir_readdir_dotl(struct file *file, struct dir_context *ctx)
/linux-master/fs/overlayfs/
H A Dreaddir.c40 struct dir_context ctx;
257 static bool ovl_fill_merge(struct dir_context *ctx, const char *name,
547 static bool ovl_fill_plain(struct dir_context *ctx, const char *name,
659 struct dir_context *orig_ctx;
661 struct dir_context ctx;
668 static bool ovl_fill_real(struct dir_context *ctx, const char *name,
674 struct dir_context *orig_ctx = rdt->orig_ctx;
707 static int ovl_iterate_real(struct file *file, struct dir_context *ctx)
750 static int ovl_iterate(struct file *file, struct dir_context *ctx)
1050 static bool ovl_check_d_type(struct dir_context *ct
[all...]

Completed in 733 milliseconds

1234