Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 84) sorted by relevance

1234

/fs/smbfs/
Dsmb_debug.h14 # define PARANOIA(f, a...) printk(KERN_NOTICE "%s: " f, __func__ , ## a) argument
16 # define PARANOIA(f, a...) do { ; } while(0) argument
21 # define VERBOSE(f, a...) printk(KERN_DEBUG "%s: " f, __func__ , ## a) argument
23 # define VERBOSE(f, a...) do { ; } while(0) argument
31 #define DEBUG1(f, a...) printk(KERN_DEBUG "%s: " f, __func__ , ## a) argument
33 #define DEBUG1(f, a...) do { ; } while(0) argument
/fs/ntfs/
Ddebug.h43 #define ntfs_debug(f, a...) \ argument
50 #define ntfs_debug(f, a...) do {} while (0) argument
57 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument
61 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
/fs/proc/
Ddevices.c6 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show()
26 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
41 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
Dinterrupts.c11 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start()
16 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
24 static void int_seq_stop(struct seq_file *f, void *v) in int_seq_stop()
Dproc_net.c34 int seq_open_net(struct inode *ino, struct file *f, in seq_open_net()
82 int seq_release_net(struct inode *ino, struct file *f) in seq_release_net()
94 int single_release_net(struct inode *ino, struct file *f) in single_release_net()
/fs/jffs2/
Dos-linux.h23 #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) (OFNI_EDONI_2SFFJ(f)->i_uid) argument
31 #define JFFS2_F_I_GID(f) (OFNI_EDONI_2SFFJ(f)->i_gid) 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 …]
Ddir.c120 struct jffs2_inode_info *f; in jffs2_readdir() local
181 struct jffs2_inode_info *f, *dir_f; in jffs2_create() local
264 struct jffs2_inode_info *f = JFFS2_INODE_INFO(old_dentry->d_inode); in jffs2_link() local
299 struct jffs2_inode_info *f, *dir_f; in jffs2_symlink() local
462 struct jffs2_inode_info *f, *dir_f; in jffs2_mkdir() local
609 struct jffs2_inode_info *f = JFFS2_INODE_INFO(dentry->d_inode); in jffs2_rmdir() local
631 struct jffs2_inode_info *f, *dir_f; in jffs2_mknod() local
859 struct jffs2_inode_info *f = JFFS2_INODE_INFO(old_dentry->d_inode); in jffs2_rename() local
Dfs.c30 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_setattr() local
233 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_clear_inode() local
241 struct jffs2_inode_info *f; in jffs2_iget() local
427 struct jffs2_inode_info *f; in jffs2_new_inode() local
584 struct jffs2_inode_info *f) in jffs2_gc_release_inode()
654 struct jffs2_inode_info *f, in jffs2_gc_fetch_page()
Dgc.c121 struct jffs2_inode_info *f; in jffs2_garbage_collect_pass() local
446 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live()
697 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_garbage_collect_metadata()
785 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_dirent()
829 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd) in jffs2_garbage_collect_deletion_dirent()
942 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_hole()
1091 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_dnode()
Dfile.c76 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_readpage_nolock() local
115 struct jffs2_inode_info *f = JFFS2_INODE_INFO(pg->mapping->host); in jffs2_readpage() local
130 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_begin() local
235 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_end() local
Dwrite.c22 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_new_inode()
58 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode()
199 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent()
330 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range()
428 …reate(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, struct jffs2_inode_info *f, struct … in jffs2_do_create()
Ddebug.h234 #define jffs2_dbg_fragtree_paranoia_check(f) \ argument
236 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) \ argument
245 #define jffs2_dbg_fragtree_paranoia_check(f) argument
246 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) argument
261 #define jffs2_dbg_dump_fragtree(f) \ argument
263 #define jffs2_dbg_dump_fragtree_nolock(f) \ argument
274 #define jffs2_dbg_dump_fragtree(f) argument
275 #define jffs2_dbg_dump_fragtree_nolock(f) argument
Dreadinode.c449 struct jffs2_inode_info *f, in jffs2_build_inode_fragtree()
978 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes()
1143 struct jffs2_inode_info *f, in jffs2_do_read_inode_internal()
1336 int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_read_inode()
1403 struct jffs2_inode_info *f = kzalloc(sizeof(*f), GFP_KERNEL); in jffs2_do_crccheck_inode() local
1422 void jffs2_do_clear_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f) in jffs2_do_clear_inode()
Dsuper.c35 struct jffs2_inode_info *f; in jffs2_alloc_inode() local
50 struct jffs2_inode_info *f = foo; in jffs2_i_init_once() local
91 struct jffs2_inode_info *f; in jffs2_get_parent() local
Dread.c21 int jffs2_read_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_dnode()
153 int jffs2_read_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_inode_range()
Dacl.c181 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_get_acl() local
252 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_set_acl() local
324 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_init_acl_pre() local
362 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_init_acl_post() local
380 void jffs2_clear_acl(struct jffs2_inode_info *f) in jffs2_clear_acl()
Ddebug.c63 __jffs2_dbg_fragtree_paranoia_check(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check()
71 __jffs2_dbg_fragtree_paranoia_check_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_fragtree_paranoia_check_nolock()
687 __jffs2_dbg_dump_fragtree(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree()
695 __jffs2_dbg_dump_fragtree_nolock(struct jffs2_inode_info *f) in __jffs2_dbg_dump_fragtree_nolock()
Dcompr.c73 uint16_t jffs2_compress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_compress()
195 int jffs2_decompress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_decompress()
Dsymlink.c34 struct jffs2_inode_info *f = JFFS2_INODE_INFO(dentry->d_inode); in jffs2_follow_link() local
/fs/lockd/
Dsvcsubs.c35 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/udf/
Dudfdecl.h22 #define udf_debug(f, a...) \ argument
29 #define udf_debug(f, a...) /**/ argument
32 #define udf_info(f, a...) \ argument
/fs/openpromfs/
Dinode.c65 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/xfs/linux-2.6/
Dxfs_linux.h122 #define current_test_flags(f) (current->flags & (f)) argument
123 #define current_set_flags_nested(sp, f) \ argument
125 #define current_clear_flags_nested(sp, f) \ argument
127 #define current_restore_flags_nested(sp, f) \ argument
/fs/
Dfile_table.c42 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); in file_free_rcu() local
48 static inline void file_free(struct file *f) in file_free()
104 struct file * f; in get_empty_filp() local
/fs/ext2/
Dxattr.c73 # define ea_idebug(inode, f...) do { \ argument
79 # define ea_bdebug(bh, f...) do { \ argument
88 # define ea_idebug(f...) argument
89 # define ea_bdebug(f...) argument

1234