Symbol: files_struct
fs/file.c
1018
static inline struct file *__fget_files_rcu(struct files_struct *files,
fs/file.c
1094
static struct file *__fget_files(struct files_struct *files, unsigned int fd,
fs/file.c
1138
struct files_struct *files;
fs/file.c
1184
struct files_struct *files = current->files;
fs/file.c
1279
struct files_struct *files = current->files;
fs/file.c
1294
static int do_dup2(struct files_struct *files,
fs/file.c
1350
struct files_struct *files = current->files;
fs/file.c
1429
struct files_struct *files = current->files;
fs/file.c
1467
struct files_struct *files = current->files;
fs/file.c
1512
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
572
struct files_struct *files = current->files;
fs/file.c
626
static void __put_unused_fd(struct files_struct *files, unsigned int fd)
fs/file.c
636
struct files_struct *files = current->files;
fs/file.c
662
struct files_struct *files = current->files;
fs/file.c
682
struct files_struct *files = current->files;
fs/file.c
715
struct file *file_close_fd_locked(struct files_struct *files, unsigned fd)
fs/file.c
736
struct files_struct *files = current->files;
fs/file.c
762
static inline void __range_cloexec(struct files_struct *cur_fds,
fs/file.c
776
static inline void __range_close(struct files_struct *files, unsigned int fd,
fs/file.c
823
struct files_struct *cur_fds = me->files, *fds = NULL;
fs/file.c
881
struct files_struct *files = current->files;
fs/file.c
891
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
2539
struct files_struct *files = current->files;
fs/locks.c
2661
struct files_struct *files = current->files;
fs/locks.c
2981
struct file *filp, struct files_struct *files)
fs/locks.c
2999
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
236
struct files_struct;
include/linux/filelock.h
238
struct file *filp, struct files_struct *files);
include/linux/filelock.h
432
struct files_struct;
include/linux/filelock.h
434
struct file *filp, struct files_struct *files) {}
include/linux/init_task.h
25
extern struct files_struct init_files;
include/linux/sched.h
1185
struct files_struct *files;
io_uring/openclose.c
238
struct files_struct *files = current->files;
kernel/fork.c
1617
struct files_struct *oldf, *newf;
kernel/fork.c
3032
sizeof(struct files_struct), 0,
kernel/fork.c
3100
static int unshare_fd(unsigned long unshare_flags, struct files_struct **new_fdp)
kernel/fork.c
3102
struct files_struct *fd = current->files;
kernel/fork.c
3126
struct files_struct *new_fd = NULL;
kernel/fork.c
3256
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
2444
struct files_struct *files)