/fs/hfsplus/ |
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 30 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() 83 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find() 137 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
D | extents.c | 86 static void __hfsplus_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfsplus_ext_write_extent() 109 struct hfs_find_data fd; in hfsplus_ext_write_extent() local 117 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent() 137 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 blo… in __hfsplus_ext_cache_extent() 158 struct hfs_find_data fd; in hfsplus_ext_read_extent() local 311 struct hfs_find_data fd; in hfsplus_free_fork() local 440 struct hfs_find_data fd; in hfsplus_file_truncate() local
|
D | brec.c | 53 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() 163 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 216 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 325 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
D | ioctl.c | 99 struct hfs_find_data fd; in hfsplus_setxattr() local 141 struct hfs_find_data fd; in hfsplus_getxattr() local
|
D | catalog.c | 154 struct hfs_find_data *fd) in hfsplus_find_cat() 183 struct hfs_find_data fd; in hfsplus_create_cat() local 238 struct hfs_find_data fd; in hfsplus_delete_cat() local
|
D | inode.c | 148 struct hfs_find_data fd; in hfsplus_file_lookup() local 396 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode() 461 struct hfs_find_data fd; in hfsplus_cat_write_inode() local
|
/fs/hfs/ |
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 30 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() 92 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find() 146 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 159 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
D | extent.c | 110 static void __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfs_ext_write_extent() 132 struct hfs_find_data fd; in hfs_ext_write_extent() local 141 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() 160 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent() 181 struct hfs_find_data fd; in hfs_ext_read_extent() local 274 struct hfs_find_data fd; in hfs_free_fork() local 458 struct hfs_find_data fd; in hfs_file_truncate() local
|
D | brec.c | 66 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() 176 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 229 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 350 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
D | attr.c | 20 struct hfs_find_data fd; in hfs_setxattr() local 63 struct hfs_find_data fd; in hfs_getxattr() local
|
D | catalog.c | 84 struct hfs_find_data fd; in hfs_cat_create() local 175 struct hfs_find_data *fd) in hfs_cat_find_brec() 211 struct hfs_find_data fd; in hfs_cat_delete() local
|
D | dir.c | 24 struct hfs_find_data fd; in hfs_lookup() local 61 struct hfs_find_data fd; in hfs_readdir() local
|
/fs/ |
D | compat_ioctl.c | 117 static int do_ioctl32_pointer(unsigned int fd, unsigned int cmd, in do_ioctl32_pointer() 123 static int w_long(unsigned int fd, unsigned int cmd, unsigned long arg) in w_long() 137 static int rw_long(unsigned int fd, unsigned int cmd, unsigned long arg) in rw_long() 163 static int do_video_get_event(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_get_event() 194 static int do_video_stillpicture(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_stillpicture() 226 static int do_video_set_spu_palette(unsigned int fd, unsigned int cmd, unsigned long arg) in do_video_set_spu_palette() 249 static int do_siocgstamp(unsigned int fd, unsigned int cmd, unsigned long arg) in do_siocgstamp() 266 static int do_siocgstampns(unsigned int fd, unsigned int cmd, unsigned long arg) in do_siocgstampns() 320 static int dev_ifname32(unsigned int fd, unsigned int cmd, unsigned long arg) in dev_ifname32() 339 static int dev_ifconf(unsigned int fd, unsigned int cmd, unsigned long arg) in dev_ifconf() [all …]
|
D | sync.c | 134 static int do_fsync(unsigned int fd, int datasync) in do_fsync() 147 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument 152 SYSCALL_DEFINE1(fdatasync, unsigned int, fd) in SYSCALL_DEFINE1() argument 266 asmlinkage long SyS_sync_file_range(long fd, loff_t offset, loff_t nbytes, in SyS_sync_file_range() 283 asmlinkage long SyS_sync_file_range2(long fd, long flags, in SyS_sync_file_range2()
|
D | fcntl.c | 28 void set_close_on_exec(unsigned int fd, int flag) in set_close_on_exec() 41 static int get_close_on_exec(unsigned int fd) in get_close_on_exec() 146 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl() 262 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl() 338 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument 361 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, in SYSCALL_DEFINE3() argument 427 int fd, in send_sigio_to_task() 462 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() 523 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
|
D | open.c | 159 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 177 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 296 static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) in do_sys_ftruncate() 342 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) in SYSCALL_DEFINE2() argument 372 asmlinkage long SyS_ftruncate64(long fd, loff_t length) in SyS_ftruncate64() 438 asmlinkage long SyS_fallocate(long fd, long mode, loff_t offset, loff_t len) in SyS_fallocate() 546 SYSCALL_DEFINE1(fchdir, unsigned int, fd) in SYSCALL_DEFINE1() argument 597 SYSCALL_DEFINE2(fchmod, unsigned int, fd, mode_t, mode) in SYSCALL_DEFINE2() argument 753 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument 983 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd() [all …]
|
D | read_write.c | 150 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) in SYSCALL_DEFINE3() argument 174 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() argument 372 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument 389 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, in SYSCALL_DEFINE3() argument 428 asmlinkage long SyS_pread64(long fd, long buf, long count, loff_t pos) in SyS_pread64() 457 asmlinkage long SyS_pwrite64(long fd, long buf, long count, loff_t pos) in SyS_pwrite64() 692 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument 713 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
|
D | eventfd.c | 186 struct file *eventfd_fget(int fd) in eventfd_fget() 203 int fd; in SYSCALL_DEFINE2() local
|
D | pipe.c | 661 pipe_read_fasync(int fd, struct file *filp, int on) in pipe_read_fasync() 678 pipe_write_fasync(int fd, struct file *filp, int on) in pipe_write_fasync() 695 pipe_rdwr_fasync(int fd, struct file *filp, int on) in pipe_rdwr_fasync() 992 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() 1037 int do_pipe(int *fd) in do_pipe() 1048 int fd[2]; in SYSCALL_DEFINE2() local
|
D | readdir.c | 105 SYSCALL_DEFINE3(old_readdir, unsigned int, fd, in SYSCALL_DEFINE3() argument 191 SYSCALL_DEFINE3(getdents, unsigned int, fd, in SYSCALL_DEFINE3() argument 273 SYSCALL_DEFINE3(getdents64, unsigned int, fd, in SYSCALL_DEFINE3() argument
|
D | ioctl.c | 414 static int ioctl_fioasync(unsigned int fd, struct file *filp, in ioctl_fioasync() 486 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl() 545 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
|
/fs/hostfs/ |
D | hostfs_user.c | 26 int *blksize_out, unsigned long long *blocks_out, int fd) in stat_file() 115 int mode = 0, fd; in open_file() local 160 int read_file(int fd, unsigned long long *offset, char *buf, int len) in read_file() 171 int write_file(int fd, unsigned long long *offset, const char *buf, int len) in write_file() 182 int lseek_file(int fd, long long offset, int whence) in lseek_file() 192 int fsync_file(int fd, int datasync) in fsync_file() 218 int mode, fd; in file_create() local 236 int set_attr(const char *file, struct hostfs_iattr *attrs, int fd) in set_attr()
|
/fs/jffs2/ |
D | dir.c | 78 struct jffs2_full_dirent *fd = NULL, *fd_list; in jffs2_lookup() local 123 struct jffs2_full_dirent *fd; in jffs2_readdir() local 305 struct jffs2_full_dirent *fd; in jffs2_symlink() local 468 struct jffs2_full_dirent *fd; in jffs2_mkdir() local 610 struct jffs2_full_dirent *fd; in jffs2_rmdir() local 637 struct jffs2_full_dirent *fd; in jffs2_mknod() local 799 struct jffs2_full_dirent *fd; in jffs2_rename() local
|
D | build.c | 51 struct jffs2_full_dirent *fd; in jffs2_build_inode_pass1() local 97 struct jffs2_full_dirent *fd; in jffs2_build_filesystem() local 197 struct jffs2_full_dirent *fd; in jffs2_build_remove_unlinked_inode() local
|
D | write.c | 203 struct jffs2_full_dirent *fd; in jffs2_write_dirent() local 432 struct jffs2_full_dirent *fd; in jffs2_do_create() local 537 struct jffs2_full_dirent *fd; in jffs2_do_unlink() local 655 struct jffs2_full_dirent *fd; in jffs2_do_link() local
|