Searched refs:fds (Results 1 – 4 of 4) sorted by relevance
| /fs/ |
| A D | select.c | 411 #define FDS_IN(fds, n) (fds->in + n) argument 412 #define FDS_OUT(fds, n) (fds->out + n) argument 413 #define FDS_EX(fds, n) (fds->ex + n) argument 415 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) argument 431 set &= BITS(fds, n); in max_select_fd() 441 set = BITS(fds, n); in max_select_fd() 516 inp = fds->in; outp = fds->out; exp = fds->ex; in do_select() 517 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex; in do_select() 624 fd_set_bits fds; in core_sys_select() local 662 fds.in = bits; in core_sys_select() [all …]
|
| A D | file.c | 794 struct files_struct *cur_fds = me->files, *fds = NULL; in SYSCALL_DEFINE3() local 813 fds = dup_fd(cur_fds, punch_hole); in SYSCALL_DEFINE3() 814 if (IS_ERR(fds)) in SYSCALL_DEFINE3() 815 return PTR_ERR(fds); in SYSCALL_DEFINE3() 820 swap(cur_fds, fds); in SYSCALL_DEFINE3() 828 if (fds) { in SYSCALL_DEFINE3() 836 put_files_struct(fds); in SYSCALL_DEFINE3()
|
| /fs/jffs2/ |
| A D | readinode.c | 701 jffs2_add_fd_to_list(c, fd, &rii->fds); in read_direntry() 1139 jffs2_free_full_dirent_list(rii->fds); in jffs2_get_inode_nodes() 1140 rii->fds = NULL; in jffs2_get_inode_nodes() 1195 f->dents = rii.fds; in jffs2_do_read_inode_internal() 1203 if (!rii.fds) { in jffs2_do_read_inode_internal() 1415 struct jffs2_full_dirent *fd, *fds; in jffs2_do_clear_inode() local 1433 fds = f->dents; in jffs2_do_clear_inode() 1434 while(fds) { in jffs2_do_clear_inode() 1435 fd = fds; in jffs2_do_clear_inode() 1436 fds = fd->next; in jffs2_do_clear_inode()
|
| A D | nodelist.h | 247 struct jffs2_full_dirent *fds; member
|
Completed in 19 milliseconds