Symbol: files_struct
fs/file.c
1017
static inline struct file *__fget_files_rcu(struct files_struct *files,
fs/file.c
1093
static struct file *__fget_files(struct files_struct *files, unsigned int fd,
fs/file.c
1136
struct files_struct *files;
fs/file.c
1182
struct files_struct *files = current->files;
fs/file.c
1277
struct files_struct *files = current->files;
fs/file.c
1292
static int do_dup2(struct files_struct *files,
fs/file.c
1348
struct files_struct *files = current->files;
fs/file.c
1427
struct files_struct *files = current->files;
fs/file.c
1465
struct files_struct *files = current->files;
fs/file.c
1510
int iterate_fd(struct files_struct *files, unsigned n,
fs/file.c
252
static int expand_fdtable(struct files_struct *files, unsigned int nr)
fs/file.c
288
static int expand_files(struct files_struct *files, unsigned int nr)
fs/file.c
383
struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole)
fs/file.c
385
struct files_struct *newf;
fs/file.c
474
static struct fdtable *close_files(struct files_struct * files)
fs/file.c
506
void put_files_struct(struct files_struct *files)
fs/file.c
520
struct files_struct * files = tsk->files;
fs/file.c
530
struct files_struct init_files = {
fs/file.c
571
struct files_struct *files = current->files;
fs/file.c
625
static void __put_unused_fd(struct files_struct *files, unsigned int fd)
fs/file.c
635
struct files_struct *files = current->files;
fs/file.c
661
struct files_struct *files = current->files;
fs/file.c
681
struct files_struct *files = current->files;
fs/file.c
714
struct file *file_close_fd_locked(struct files_struct *files, unsigned fd)
fs/file.c
735
struct files_struct *files = current->files;
fs/file.c
761
static inline void __range_cloexec(struct files_struct *cur_fds,
fs/file.c
775
static inline void __range_close(struct files_struct *files, unsigned int fd,
fs/file.c
822
struct files_struct *cur_fds = me->files, *fds = NULL;
fs/file.c
880
struct files_struct *files = current->files;
fs/file.c
890
void do_close_on_exec(struct files_struct *files)
fs/internal.h
199
struct file *file_close_fd_locked(struct files_struct *files, unsigned fd);
fs/locks.c
2621
struct files_struct *files = current->files;
fs/locks.c
2743
struct files_struct *files = current->files;
fs/locks.c
3063
struct file *filp, struct files_struct *files)
fs/locks.c
3081
struct file *filp, struct files_struct *files)
fs/proc/fd.c
25
struct files_struct *files = NULL;
include/linux/fdtable.h
102
void put_files_struct(struct files_struct *fs);
include/linux/fdtable.h
107
struct files_struct *dup_fd(struct files_struct *, struct fd_range *) __latent_entropy;
include/linux/fdtable.h
108
void do_close_on_exec(struct files_struct *);
include/linux/fdtable.h
109
int iterate_fd(struct files_struct *, unsigned,
include/linux/fdtable.h
72
static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd)
include/linux/fdtable.h
88
static inline struct file *files_lookup_fd_locked(struct files_struct *files, unsigned int fd)
include/linux/fdtable.h
95
static inline bool close_on_exec(unsigned int fd, const struct files_struct *files)
include/linux/filelock.h
243
struct files_struct;
include/linux/filelock.h
245
struct file *filp, struct files_struct *files);
include/linux/filelock.h
439
struct files_struct;
include/linux/filelock.h
441
struct file *filp, struct files_struct *files) {}
include/linux/init_task.h
25
extern struct files_struct init_files;
include/linux/sched.h
1197
struct files_struct *files;
io_uring/openclose.c
238
struct files_struct *files = current->files;
kernel/fork.c
1645
struct files_struct *oldf, *newf;
kernel/fork.c
3128
sizeof(struct files_struct), 0,
kernel/fork.c
3194
static int unshare_fd(unsigned long unshare_flags, struct files_struct **new_fdp)
kernel/fork.c
3196
struct files_struct *fd = current->files;
kernel/fork.c
3220
struct files_struct *new_fd = NULL;
kernel/fork.c
3355
struct files_struct *old, *copy = NULL;
security/apparmor/file.c
719
void aa_inherit_files(const struct cred *cred, struct files_struct *files)
security/apparmor/include/file.h
103
void aa_inherit_files(const struct cred *cred, struct files_struct *files);
security/selinux/hooks.c
2468
struct files_struct *files)