/fs/jffs2/ |
D | os-linux.h | 23 #define OFNI_EDONI_2SFFJ(f) (&(f)->vfs_inode) argument 28 #define JFFS2_F_I_SIZE(f) (OFNI_EDONI_2SFFJ(f)->i_size) argument 29 #define JFFS2_F_I_MODE(f) (OFNI_EDONI_2SFFJ(f)->i_mode) argument 30 #define JFFS2_F_I_UID(f) (i_uid_read(OFNI_EDONI_2SFFJ(f))) argument 31 #define JFFS2_F_I_GID(f) (i_gid_read(OFNI_EDONI_2SFFJ(f))) argument 32 #define JFFS2_F_I_RDEV(f) (OFNI_EDONI_2SFFJ(f)->i_rdev) argument 36 #define JFFS2_F_I_CTIME(f) (OFNI_EDONI_2SFFJ(f)->i_ctime.tv_sec) argument 37 #define JFFS2_F_I_MTIME(f) (OFNI_EDONI_2SFFJ(f)->i_mtime.tv_sec) argument 38 #define JFFS2_F_I_ATIME(f) (OFNI_EDONI_2SFFJ(f)->i_atime.tv_sec) argument 50 static inline void jffs2_init_inode_info(struct jffs2_inode_info *f) in jffs2_init_inode_info() [all …]
|
D | dir.c | 123 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_readdir() local 164 struct jffs2_inode_info *f, *dir_f; in jffs2_create() local 246 struct jffs2_inode_info *f = JFFS2_INODE_INFO(d_inode(old_dentry)); in jffs2_link() local 281 struct jffs2_inode_info *f, *dir_f; in jffs2_symlink() local 443 struct jffs2_inode_info *f, *dir_f; in jffs2_mkdir() local 588 struct jffs2_inode_info *f = JFFS2_INODE_INFO(d_inode(dentry)); in jffs2_rmdir() local 610 struct jffs2_inode_info *f, *dir_f; in jffs2_mknod() local 839 struct jffs2_inode_info *f = JFFS2_INODE_INFO(d_inode(old_dentry)); in jffs2_rename() local
|
D | fs.c | 34 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_setattr() local 242 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_evict_inode() local 253 struct jffs2_inode_info *f; in jffs2_iget() local 425 struct jffs2_inode_info *f; in jffs2_new_inode() local 610 struct jffs2_inode_info *f) in jffs2_gc_release_inode() 681 struct jffs2_inode_info *f, in jffs2_gc_fetch_page()
|
D | gc.c | 126 struct jffs2_inode_info *f; in jffs2_garbage_collect_pass() local 498 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live() 759 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_garbage_collect_metadata() 851 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_dirent() 896 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_deletion_dirent() 1014 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_hole() 1165 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_dnode()
|
D | write.c | 23 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_new_inode() 59 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode() 205 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent() 340 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range() 442 struct jffs2_inode_info *f, struct jffs2_raw_inode *ri, in jffs2_do_create()
|
D | file.c | 81 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_readpage_nolock() local 122 struct jffs2_inode_info *f = JFFS2_INODE_INFO(pg->mapping->host); in jffs2_readpage() local 137 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_begin() local 243 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_end() local
|
D | debug.h | 219 #define jffs2_dbg_fragtree_paranoia_check(f) \ argument 221 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) \ argument 230 #define jffs2_dbg_fragtree_paranoia_check(f) argument 231 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) argument 246 #define jffs2_dbg_dump_fragtree(f) \ argument 248 #define jffs2_dbg_dump_fragtree_nolock(f) \ argument 259 #define jffs2_dbg_dump_fragtree(f) argument 260 #define jffs2_dbg_dump_fragtree_nolock(f) argument
|
D | readinode.c | 452 struct jffs2_inode_info *f, in jffs2_build_inode_fragtree() 965 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes() 1130 struct jffs2_inode_info *f, in jffs2_do_read_inode_internal() 1312 int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_read_inode() 1379 struct jffs2_inode_info *f = kzalloc(sizeof(*f), GFP_KERNEL); in jffs2_do_crccheck_inode() local 1397 void jffs2_do_clear_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f) in jffs2_do_clear_inode()
|
D | super.c | 39 struct jffs2_inode_info *f; in jffs2_alloc_inode() local 50 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_i_callback() local 63 struct jffs2_inode_info *f = foo; in jffs2_i_init_once() local 142 struct jffs2_inode_info *f; in jffs2_get_parent() local
|
D | read.c | 23 int jffs2_read_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_dnode() 157 int jffs2_read_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_inode_range()
|
D | debug.c | 67 __jffs2_dbg_fragtree_paranoia_check(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check() 75 __jffs2_dbg_fragtree_paranoia_check_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check_nolock() 695 __jffs2_dbg_dump_fragtree(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree() 703 __jffs2_dbg_dump_fragtree_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree_nolock()
|
/fs/proc/ |
D | devices.c | 7 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show() 27 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start() 34 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next() 42 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
|
D | interrupts.c | 12 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start() 17 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next() 25 static void int_seq_stop(struct seq_file *f, void *v) in int_seq_stop()
|
D | proc_net.c | 41 int seq_open_net(struct inode *ino, struct file *f, in seq_open_net() 89 int seq_release_net(struct inode *ino, struct file *f) in seq_release_net() 101 int single_release_net(struct inode *ino, struct file *f) in single_release_net()
|
/fs/ntfs/ |
D | debug.h | 44 #define ntfs_debug(f, a...) \ argument 64 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument 69 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
|
/fs/notify/ |
D | fdinfo.c | 24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 46 } f; in show_mark_fhandle() local 102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 137 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/fs/ |
D | file_table.c | 47 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); in file_free_rcu() local 53 static inline void file_free(struct file *f) in file_free() 108 struct file *f; in get_empty_filp() local 236 struct file *f, *t; in delayed_fput() local
|
D | sync.c | 157 struct fd f = fdget(fd); in SYSCALL_DEFINE1() local 216 struct fd f = fdget(fd); in do_fsync() local 288 struct fd f; in SYSCALL_DEFINE4() local
|
D | open.c | 177 struct fd f; in do_sys_ftruncate() local 347 struct fd f = fdget(fd); in SYSCALL_DEFINE4() local 492 struct fd f = fdget_raw(fd); in SYSCALL_DEFINE1() local 577 struct fd f = fdget(fd); in SYSCALL_DEFINE2() local 698 struct fd f = fdget(fd); in SYSCALL_DEFINE3() local 716 int open_check_o_direct(struct file *f) in open_check_o_direct() 726 static int do_dentry_open(struct file *f, in do_dentry_open() 907 struct file *f; in dentry_open() local 1093 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_open() local
|
/fs/xfs/ |
D | xfs_rtalloc.h | 142 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (ENOSYS) argument 146 # define xfs_rtalloc_query_range(t,l,h,f,p) (ENOSYS) argument 147 # define xfs_rtalloc_query_all(t,f,p) (ENOSYS) argument
|
D | xfs_linux.h | 116 #define current_test_flags(f) (current->flags & (f)) argument 117 #define current_set_flags_nested(sp, f) \ argument 119 #define current_clear_flags_nested(sp, f) \ argument 121 #define current_restore_flags_nested(sp, f) \ argument
|
/fs/lockd/ |
D | svcsubs.c | 35 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 53 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 64 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash() 84 struct nfs_fh *f) in nlm_lookup_file()
|
/fs/pstore/ |
D | ftrace.c | 68 static ssize_t pstore_ftrace_knob_write(struct file *f, const char __user *buf, in pstore_ftrace_knob_write() 105 static ssize_t pstore_ftrace_knob_read(struct file *f, char __user *buf, in pstore_ftrace_knob_read()
|
/fs/openpromfs/ |
D | inode.c | 65 static int property_show(struct seq_file *f, void *v) in property_show() 118 static void *property_start(struct seq_file *f, loff_t *pos) in property_start() 125 static void *property_next(struct seq_file *f, void *v, loff_t *pos) in property_next() 131 static void property_stop(struct seq_file *f, void *v) in property_stop()
|
/fs/ext2/ |
D | xattr.c | 74 # define ea_idebug(inode, f...) do { \ argument 80 # define ea_bdebug(bh, f...) do { \ argument 87 # define ea_idebug(f...) argument 88 # define ea_bdebug(f...) argument
|