Searched refs:inode (Results 101 - 125 of 1048) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dialloc.c17 * BSD ufs-inspired inode and directory allocation by
45 * NOTE! When we get the inode, we're the only people
47 * race conditions we have to worry about. The inode
54 * _before_ we mark the inode not in use in the inode
56 * the same inode number (not actually the same pointer
58 * same inode number and space on the harddisk.
60 void ufs_free_inode (struct inode * inode) argument
70 UFSD(("ENTER, ino %lu\n", inode
152 struct inode * inode; local
[all...]
H A Dinode.c2 * linux/fs/ufs/inode.c
10 * linux/fs/ext2/inode.c
19 * linux/fs/minix/inode.c
53 static int ufs_block_to_path(struct inode *inode, long i_block, int offsets[4]) argument
55 struct ufs_sb_private_info *uspi = inode->i_sb->u.ufs_sb.s_uspi;
64 ufs_warning(inode->i_sb, "ufs_block_to_path", "block < 0");
80 ufs_warning(inode->i_sb, "ufs_block_to_path", "block > big");
85 int ufs_frag_map(struct inode *inode, in argument
123 ufs_inode_getfrag(struct inode *inode, unsigned int fragment, unsigned int new_fragment, unsigned int required, int *err, int metadata, long *phys, int *new) argument
233 ufs_block_getfrag(struct inode *inode, struct buffer_head *bh, unsigned int fragment, unsigned int new_fragment, unsigned int blocksize, int * err, int metadata, long *phys, int *new) argument
311 ufs_getfrag_block(struct inode *inode, long fragment, struct buffer_head *bh_result, int create) argument
413 ufs_getfrag(struct inode *inode, unsigned int fragment, int create, int *err) argument
436 ufs_bread(struct inode * inode, unsigned fragment, int create, int * err) argument
479 ufs_read_inode(struct inode * inode) argument
575 ufs_update_inode(struct inode * inode, int do_sync) argument
650 ufs_write_inode(struct inode * inode, int wait) argument
657 ufs_sync_inode(struct inode *inode) argument
662 ufs_delete_inode(struct inode * inode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcoda_fs_i.h17 * coda fs inode data
23 int c_mapcount; /* how often is this inode mmapped */
42 #define C_VATTR 0x1 /* Validity of vattr in inode */
47 int coda_cnode_make(struct inode **, struct ViceFid *, struct super_block *);
48 struct inode *coda_iget(struct super_block *sb, struct ViceFid *fid, struct coda_vattr *attr);
49 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
50 struct inode *coda_fid_to_inode(ViceFid *fid, struct super_block *sb);
51 void coda_replace_fid(struct inode *, ViceFid *, ViceFid *);
H A Dext3_jbd.h22 #define EXT3_JOURNAL(inode) (EXT3_SB((inode)->i_sb)->s_journal)
27 * We may have to touch one inode, one bitmap buffer, up to three
41 extern int ext3_writepage_trans_blocks(struct inode *inode);
44 * entire inode, plus arbitrary amounts of bitmap/indirection data. Be
60 * inode, bitmap, superblock, group and indirection updates for at least
68 struct inode *inode,
76 int ext3_reserve_inode_write(handle_t *handle, struct inode *inod
197 ext3_journal_start(struct inode *inode, int nblocks) argument
218 ext3_journal_try_start(struct inode *inode, int nblocks) argument
231 __ext3_journal_stop(const char *where, handle_t *handle, struct inode *inode) argument
273 ext3_journal_blocks_per_page(struct inode *inode) argument
286 ext3_should_journal_data(struct inode *inode) argument
297 ext3_should_order_data(struct inode *inode) argument
[all...]
H A Dmsdos_fs_i.h5 * MS-DOS file system inode data in memory
15 struct inode *i_fat_inode; /* struct inode of this one */
H A Dfs.h140 * Note that nosuid etc flags are inode-specific: setting some file-system
152 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
154 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
155 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
156 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOC
426 struct inode { struct
935 mark_inode_dirty(struct inode *inode) argument
940 mark_inode_dirty_sync(struct inode *inode) argument
945 mark_inode_dirty_pages(struct inode *inode) argument
1020 locks_verify_locked(struct inode *inode) argument
1027 locks_verify_area(int read_write, struct inode *inode, struct file *filp, loff_t offset, size_t count) argument
1036 locks_verify_truncate(struct inode *inode, struct file *filp, loff_t size) argument
1050 get_lease(struct inode *inode, unsigned int mode) argument
1197 mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode) argument
1225 fsync_inode_buffers(struct inode *inode) argument
1229 fsync_inode_data_buffers(struct inode *inode) argument
1243 put_write_access(struct inode * inode) argument
1355 struct inode *inode = get_empty_inode(); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcoda_fs_i.h17 * coda fs inode data
23 int c_mapcount; /* how often is this inode mmapped */
42 #define C_VATTR 0x1 /* Validity of vattr in inode */
47 int coda_cnode_make(struct inode **, struct ViceFid *, struct super_block *);
48 struct inode *coda_iget(struct super_block *sb, struct ViceFid *fid, struct coda_vattr *attr);
49 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
50 struct inode *coda_fid_to_inode(ViceFid *fid, struct super_block *sb);
51 void coda_replace_fid(struct inode *, ViceFid *, ViceFid *);
H A Dext3_jbd.h22 #define EXT3_JOURNAL(inode) (EXT3_SB((inode)->i_sb)->s_journal)
27 * We may have to touch one inode, one bitmap buffer, up to three
41 extern int ext3_writepage_trans_blocks(struct inode *inode);
44 * entire inode, plus arbitrary amounts of bitmap/indirection data. Be
60 * inode, bitmap, superblock, group and indirection updates for at least
68 struct inode *inode,
76 int ext3_reserve_inode_write(handle_t *handle, struct inode *inod
197 ext3_journal_start(struct inode *inode, int nblocks) argument
218 ext3_journal_try_start(struct inode *inode, int nblocks) argument
231 __ext3_journal_stop(const char *where, handle_t *handle, struct inode *inode) argument
273 ext3_journal_blocks_per_page(struct inode *inode) argument
286 ext3_should_journal_data(struct inode *inode) argument
297 ext3_should_order_data(struct inode *inode) argument
[all...]
H A Dmsdos_fs_i.h5 * MS-DOS file system inode data in memory
15 struct inode *i_fat_inode; /* struct inode of this one */
H A Dfs.h142 * Note that nosuid etc flags are inode-specific: setting some file-system
154 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
156 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
157 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
158 #define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOC
436 struct inode { struct
949 mark_inode_dirty(struct inode *inode) argument
954 mark_inode_dirty_sync(struct inode *inode) argument
959 mark_inode_dirty_pages(struct inode *inode) argument
1034 locks_verify_locked(struct inode *inode) argument
1041 locks_verify_area(int read_write, struct inode *inode, struct file *filp, loff_t offset, size_t count) argument
1050 locks_verify_truncate(struct inode *inode, struct file *filp, loff_t size) argument
1064 get_lease(struct inode *inode, unsigned int mode) argument
1211 mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode) argument
1239 fsync_inode_buffers(struct inode *inode) argument
1243 fsync_inode_data_buffers(struct inode *inode) argument
1257 put_write_access(struct inode * inode) argument
1369 struct inode *inode = get_empty_inode(); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dfile.c26 * Called when an inode is released. Note that this is different
30 static int ext2_release_file (struct inode * inode, struct file * filp) argument
33 ext2_discard_prealloc (inode);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/bfs/
H A Ddir.c22 static int bfs_add_entry(struct inode * dir, const char * name, int namelen, int ino);
23 static struct buffer_head * bfs_find_entry(struct inode * dir,
28 struct inode * dir = f->f_dentry->d_inode;
76 static int bfs_create(struct inode * dir, struct dentry * dentry, int mode)
79 struct inode * inode; local
83 inode = new_inode(s);
84 if (!inode)
88 iput(inode);
93 inode
120 struct inode * inode = NULL; local
141 struct inode * inode = old->d_inode; local
162 struct inode * inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dnamei.c183 affs_find_entry(struct inode *dir, struct dentry *dentry)
212 affs_lookup(struct inode *dir, struct dentry *dentry)
216 struct inode *inode = NULL; local
237 inode = iget(sb, ino);
238 if (!inode)
242 d_add(dentry, inode);
247 affs_unlink(struct inode *dir, struct dentry *dentry)
259 affs_create(struct inode *dir, struct dentry *dentry, int mode)
262 struct inode *inod local
291 struct inode *inode; local
334 struct inode *inode; local
405 struct inode *inode = old_dentry->d_inode; local
[all...]
H A Dfile.c37 static int affs_grow_extcache(struct inode *inode, u32 lc_idx);
38 static struct buffer_head *affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext);
39 static inline struct buffer_head *affs_get_extblock(struct inode *inode, u32 ext);
40 static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext);
41 static int affs_get_block(struct inode *inode, lon
63 affs_file_open(struct inode *inode, struct file *filp) argument
73 affs_file_release(struct inode *inode, struct file *filp) argument
86 affs_grow_extcache(struct inode *inode, u32 lc_idx) argument
156 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) argument
194 affs_get_extblock(struct inode *inode, u32 ext) argument
208 affs_get_extblock_slow(struct inode *inode, u32 ext) argument
335 affs_get_block(struct inode *inode, long block, struct buffer_head *bh_result, int create) argument
440 affs_bread_ino(struct inode *inode, int block, int create) argument
459 affs_getzeroblk_ino(struct inode *inode, int block) argument
478 affs_getemptyblk_ino(struct inode *inode, int block) argument
503 struct inode *inode = file->f_dentry->d_inode; local
513 struct inode *inode = page->mapping->host; local
546 affs_extent_file_ofs(struct inode *inode, u32 newsize) argument
618 struct inode *inode = page->mapping->host; local
638 struct inode *inode = page->mapping->host; local
675 struct inode *inode = page->mapping->host; local
801 affs_free_prealloc(struct inode *inode) argument
816 affs_truncate(struct inode *inode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Ddir.c20 static struct dentry *autofs_dir_lookup(struct inode *dir,struct dentry *dentry)
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/squashfs/
H A Dsquashfs_fs_i.h32 struct inode vfs_inode;
/asus-wl-520gu-7.0.1.45/src/linux/linux/squashfs/
H A DMakefile7 obj-y := inode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/openpromfs/
H A DMakefile12 obj-y := inode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ramfs/
H A DMakefile7 obj-y := inode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/romfs/
H A DMakefile12 obj-y := inode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/squashfs/
H A DMakefile7 obj-y := inode.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddnotify.c30 static void redo_inode_mask(struct inode *inode) argument
36 for (dn = inode->i_dnotify; dn != NULL; dn = dn->dn_next)
38 inode->i_dnotify_mask = new_mask;
45 struct inode *inode; local
47 inode = filp->f_dentry->d_inode;
48 if (!S_ISDIR(inode->i_mode))
51 prev = &inode->i_dnotify;
55 redo_inode_mask(inode);
69 struct inode *inode; local
111 __inode_dir_notify(struct inode *inode, unsigned long event) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c2 * linux/fs/fat/inode.c
49 * New FAT inode stuff. We do the following:
53 * d) inode has an associated directory entry, all right, but
55 * e) currently entries are stored within struct inode. That should
93 void fat_attach(struct inode *inode, int i_pos) argument
96 MSDOS_I(inode)->i_location = i_pos;
97 list_add(&MSDOS_I(inode)->i_fat_hash,
98 fat_inode_hashtable + fat_hash(inode->i_sb, i_pos));
102 void fat_detach(struct inode *inod argument
116 struct inode *inode = NULL; local
138 struct inode *inode; local
156 fat_delete_inode(struct inode *inode) argument
167 fat_clear_inode(struct inode *inode) argument
375 fat_read_root(struct inode *inode) argument
432 struct inode *inode = NULL; local
515 struct inode *inode = de->d_inode; local
887 fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de) argument
968 fat_write_inode(struct inode *inode, int wait) argument
1028 struct inode *inode = dentry->d_inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c2 * linux/fs/fat/inode.c
49 * New FAT inode stuff. We do the following:
53 * d) inode has an associated directory entry, all right, but
55 * e) currently entries are stored within struct inode. That should
93 void fat_attach(struct inode *inode, int i_pos) argument
96 MSDOS_I(inode)->i_location = i_pos;
97 list_add(&MSDOS_I(inode)->i_fat_hash,
98 fat_inode_hashtable + fat_hash(inode->i_sb, i_pos));
102 void fat_detach(struct inode *inod argument
116 struct inode *inode = NULL; local
138 struct inode *inode; local
156 fat_delete_inode(struct inode *inode) argument
167 fat_clear_inode(struct inode *inode) argument
375 fat_read_root(struct inode *inode) argument
432 struct inode *inode = NULL; local
515 struct inode *inode = de->d_inode; local
886 fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de) argument
967 fat_write_inode(struct inode *inode, int wait) argument
1027 struct inode *inode = dentry->d_inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dread.c11 * only checks the return value of inode->i_op->readpage() which is always 0
39 struct inode *inode; member in struct:nfs_read_data
55 # define IS_SWAPFILE(inode) (0)
87 nfs_readpage_sync(struct file *file, struct inode *inode, struct page *page) argument
92 int rsize = NFS_SERVER(inode)->rsize;
95 int flags = IS_SWAPFILE(inode)? NFS_RPC_SWAPFLAGS : 0;
112 NFS_SERVER(inode)->hostname,
113 inode
159 struct inode *inode = req->wb_inode; local
169 nfs_readpage_async(struct file *file, struct inode *inode, struct page *page) argument
234 nfs_pagein_one(struct list_head *head, struct inode *inode) argument
320 struct inode *inode; local
343 struct inode *inode; local
365 nfs_scan_read(struct inode *inode, struct list_head *dst, unsigned long idx_start, unsigned int npages) argument
375 nfs_pagein_inode(struct inode *inode, unsigned long idx_start, unsigned int npages) argument
400 struct inode *inode = data->inode; local
457 struct inode *inode = page->mapping->host; local
[all...]

Completed in 307 milliseconds

1234567891011>>