Searched refs:inode (Results 126 - 150 of 1048) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Dbitmap.c12 /* bitmap.c contains the code that handles the inode and block bitmaps */
52 void minix_free_block(struct inode * inode, int block) argument
54 struct super_block * sb = inode->i_sb;
82 int minix_new_block(struct inode * inode) argument
84 struct super_block * sb = inode->i_sb;
129 printk("Bad inode number on dev %s: %ld is out of range\n",
154 printk("Bad inode number on dev %s: %ld is out of range\n",
170 /* Clear the link count and mode of a deleted inode o
172 minix_clear_inode(struct inode *inode) argument
196 minix_free_inode(struct inode * inode) argument
222 struct inode * inode; local
[all...]
H A Ddir.c29 static inline unsigned long dir_pages(struct inode *inode) argument
31 return (inode->i_size+PAGE_CACHE_SIZE-1)>>PAGE_CACHE_SHIFT;
36 struct inode *dir = (struct inode *)page->mapping->host;
49 static struct page * dir_get_page(struct inode *dir, unsigned long n)
75 struct inode *inode = filp->f_dentry->d_inode; local
76 struct super_block *sb = inode->i_sb;
79 unsigned long npages = dir_pages(inode);
175 minix_add_link(struct dentry *dentry, struct inode *inode) argument
236 struct inode *inode = (struct inode*)mapping->host; local
255 minix_make_empty(struct inode *inode, struct inode *dir) argument
290 minix_empty_dir(struct inode * inode) argument
333 minix_set_link(struct minix_dir_entry *de, struct page *page, struct inode *inode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dwrite.c27 struct inode *inode; member in struct:nfs_write_data
40 static struct nfs_page * nfs_update_request(struct file*, struct inode *,
43 static void nfs_strategy(struct inode *inode);
51 # define IS_SWAPFILE(inode) (0)
85 nfs_write_attributes(struct inode *inode, struct nfs_fattr *fattr) argument
88 fattr->pre_size = NFS_CACHE_ISIZE(inode);
89 fattr->pre_mtime = NFS_CACHE_MTIME(inode);
101 nfs_writepage_sync(struct file *file, struct inode *inode, struct page *page, unsigned int offset, unsigned int count) argument
167 nfs_writepage_async(struct file *file, struct inode *inode, struct page *page, unsigned int offset, unsigned int count) argument
196 struct inode *inode = page->mapping->host; local
238 region_locked(struct inode *inode, struct nfs_page *req) argument
267 nfs_inode_add_request(struct inode *inode, struct nfs_page *req) argument
295 struct inode *inode; local
322 _nfs_find_request(struct inode *inode, struct page *page) argument
343 nfs_find_request(struct inode *inode, struct page *page) argument
359 struct inode *inode = req->wb_inode; local
376 struct inode *inode = req->wb_inode; local
387 struct inode *inode = req->wb_inode; local
405 nfs_wait_on_requests(struct inode *inode, struct file *file, unsigned long idx_start, unsigned int npages) argument
460 struct inode *inode; local
483 struct inode *inode; local
506 nfs_scan_dirty(struct inode *inode, struct list_head *dst, struct file *file, unsigned long idx_start, unsigned int npages) argument
531 struct inode *inode; local
558 struct inode *inode; local
582 nfs_scan_commit(struct inode *inode, struct list_head *dst, struct file *file, unsigned long idx_start, unsigned int npages) argument
602 nfs_update_request(struct file* file, struct inode *inode, struct page *page, unsigned int offset, unsigned int bytes) argument
684 nfs_strategy(struct inode *inode) argument
706 struct inode *inode = page->mapping->host; local
730 struct inode *inode = page->mapping->host; local
830 nfs_flush_one(struct list_head *head, struct inode *inode, int how) argument
938 struct inode *inode = data->inode; local
1031 struct inode *inode; local
1128 struct inode *inode = data->inode; local
1171 nfs_flush_file(struct inode *inode, struct file *file, unsigned long idx_start, unsigned int npages, int how) argument
1189 nfs_commit_file(struct inode *inode, struct file *file, unsigned long idx_start, unsigned int npages, int how) argument
1207 nfs_sync_file(struct inode *inode, struct file *file, unsigned long idx_start, unsigned int npages, int how) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dcache.c28 void coda_cache_enter(struct inode *inode, int mask) argument
30 struct coda_inode_info *cii = ITOC(inode);
39 /* remove cached acl from an inode */
40 void coda_cache_clear_inode(struct inode *inode) argument
42 struct coda_inode_info *cii = ITOC(inode);
66 int coda_cache_check(struct inode *inode, int mask) argument
68 struct coda_inode_info *cii = ITOC(inode);
114 coda_flag_inode_children(struct inode *inode, int flag) argument
[all...]
H A Dpioctl.c28 static int coda_ioctl_permission(struct inode *inode, int mask);
29 static int coda_pioctl(struct inode * inode, struct file * filp,
44 /* the coda pioctl inode ops */
45 static int coda_ioctl_permission(struct inode *inode, int mask) argument
50 static int coda_pioctl(struct inode * inode, struct file * filp, argument
56 struct inode *target_inod
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_imap.h24 * jfs_imap.h: disk inode manager
27 #define EXTSPERIAG 128 /* number of disk inode extent per iag */
28 #define IMAPBLKNO 0 /* lblkno of dinomap within inode map */
39 /* convert inode number to iag number */
45 /* get the starting block number of the 4K page of an inode extent
52 * inode allocation map:
54 * inode allocation map consists of
55 * . the inode map control page and
56 * . inode allocation group pages (per 4096 inodes)
60 * inode allocatio
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dr128_drv.h107 extern int r128_version( struct inode *inode, struct file *filp,
109 extern int r128_open( struct inode *inode, struct file *filp );
110 extern int r128_release( struct inode *inode, struct file *filp );
111 extern int r128_ioctl( struct inode *inode, struct file *filp,
113 extern int r128_lock( struct inode *inode, struc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile.c14 static void hfs_file_truncate(struct inode *);
88 * "regular" (non-header) files. The purpose is to translate an inode
93 int hfs_get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) argument
97 phys = hfs_extent_map(HFS_I(inode)->fork, iblock, create);
99 bh_result->b_dev = inode->i_dev;
121 * 'count' bytes from the file corresponding to 'inode', beginning at
129 struct inode *inode = filp->f_dentry->d_inode; local
132 if (!S_ISREG(inode
173 struct inode *inode = filp->f_dentry->d_inode; local
210 hfs_file_truncate(struct inode * inode) argument
276 hfs_do_read(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, char * buf, hfs_u32 count, int reada) argument
431 hfs_do_write(struct inode *inode, struct hfs_fork * fork, hfs_u32 pos, const char * buf, hfs_u32 count) argument
511 struct inode *inode = de[i]->d_inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dhpfs_fn.h195 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, struct buffer_head *);
210 void hpfs_lock_inode(struct inode *);
211 void hpfs_unlock_inode(struct inode *);
212 void hpfs_lock_2inodes(struct inode *, struct inode *);
213 void hpfs_unlock_2inodes(struct inode *, struct inode *);
214 void hpfs_lock_3inodes(struct inode *, struct inode *, struct inode *);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmessage.c19 * %Di <dirent>->ino inode number
24 * %d <dir> inode number
26 * %i <ino> inode number
27 * %Is <inode> -> i_size
28 * %IS <inode> -> i_extra_isize
29 * %Ib <inode> -> i_blocks
30 * %Il <inode> -> i_links_count
31 * %Im <inode> -> i_mode
32 * %IM <inode> -> i_mtime
33 * %IF <inode>
243 struct ext2_inode *inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dsymlink.c41 int ncp_create_new(struct inode *dir, struct dentry *dentry,
48 struct inode *inode = page->mapping->host; local
60 if (ncp_make_open(inode,O_RDONLY))
63 error=ncp_read_kernel(NCP_SERVER(inode),NCP_FINFO(inode)->file_handle,
66 ncp_inode_close(inode);
68 ncp_make_closed(inode);
78 error = ncp_vol2io(NCP_SERVER(inode), buf, &len, link+8, length-8, 0);
106 int ncp_symlink(struct inode *di
107 struct inode *inode; local
[all...]
H A Dmmap.c33 struct inode *inode = dentry->d_inode; local
54 bufsize = NCP_SERVER(inode)->buffer_size;
57 if (ncp_make_open(inode, O_RDONLY) >= 0) {
66 if (ncp_read_kernel(NCP_SERVER(inode),
67 NCP_FINFO(inode)->file_handle,
80 ncp_inode_close(inode);
100 struct inode *inode = file->f_dentry->d_inode; local
104 if (!ncp_conn_valid(NCP_SERVER(inode))) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsdos_fs.h249 extern int fat_bmap(struct inode *inode, int sector);
251 extern void fat_cache_lookup(struct inode *inode, int cluster, int *f_clu,
253 extern void fat_cache_add(struct inode *inode, int f_clu, int d_clu);
254 extern void fat_cache_inval_inode(struct inode *inode);
256 extern int fat_get_cluster(struct inode *inode, in
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsdos_fs.h249 extern int fat_bmap(struct inode *inode, int sector);
251 extern void fat_cache_lookup(struct inode *inode, int cluster, int *f_clu,
253 extern void fat_cache_add(struct inode *inode, int f_clu, int d_clu);
254 extern void fat_cache_inval_inode(struct inode *inode);
256 extern int fat_get_cluster(struct inode *inode, in
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ddir.c34 static inline unsigned long dir_pages(struct inode *inode) argument
36 return (inode->i_size+PAGE_CACHE_SIZE-1)>>PAGE_CACHE_SHIFT;
41 struct inode *dir = (struct inode *)page->mapping->host;
56 static struct page * dir_get_page(struct inode *dir, unsigned long n)
77 struct inode *inode = filp->f_dentry->d_inode; local
78 struct super_block *sb = inode->i_sb;
81 unsigned long npages = dir_pages(inode);
189 sysv_add_link(struct dentry *dentry, struct inode *inode) argument
248 struct inode *inode = (struct inode*)mapping->host; local
267 sysv_make_empty(struct inode *inode, struct inode *dir) argument
301 sysv_empty_dir(struct inode * inode) argument
343 sysv_set_link(struct sysv_dir_entry *de, struct page *page, struct inode *inode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dnamei.c273 static int reiserfs_find_entry (struct inode * dir, const char * name, int namelen,
310 static struct dentry * reiserfs_lookup (struct inode * dir, struct dentry * dentry)
313 struct inode * inode = NULL; local
326 inode = reiserfs_iget (dir->i_sb, (struct cpu_key *)&(de.de_dir_id));
327 if (!inode || IS_ERR(inode)) {
335 d_add(dentry, inode);
343 Does not mark dir inode dirty, do it after successesfull call to it */
345 static int reiserfs_add_entry (struct reiserfs_transaction_handle *th, struct inode * di argument
495 struct inode * inode; local
543 struct inode * inode; local
590 struct inode * inode; local
648 reiserfs_empty_dir(struct inode *inode) argument
665 struct inode * inode; local
745 struct inode * inode; local
820 struct inode * inode; local
889 struct inode *inode = old_dentry->d_inode; local
947 entry_points_to_object(const char * name, int len, struct reiserfs_dir_entry * de, struct inode * inode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dinode.c4 * inode.c -- Inode/Dentry functions for the USB device file system.
23 * $Id: inode.c,v 1.1.1.1 2008/10/15 03:26:59 james26_jang Exp $
56 struct inode *inode; member in struct:special
94 struct inode *inode; local
100 inode = iget(sb, IDEVICE | (busnum << 8) | devnum);
101 if (!inode) {
102 printk(KERN_ERR "usbdevfs: cannot create inode for bus %u device %u\n", busnum, devnum);
105 inode
132 struct inode *inode; local
153 free_inode(struct inode *inode) argument
302 struct inode *inode = dentry->d_inode; local
322 struct inode *inode; local
355 struct inode *inode; local
378 struct inode *inode = filp->f_dentry->d_inode; local
461 struct inode *inode = filp->f_dentry->d_inode; local
506 usbdevfs_read_inode(struct inode *inode) argument
562 struct inode *inode; local
604 struct inode *root_inode, *inode; local
669 struct inode *inode = special[i].inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/umsdos/
H A Dinode.c2 * linux/fs/umsdos/inode.c
26 struct inode *pseudo_root; /* Useful to simulate the pseudo DOS */
32 void UMSDOS_put_inode (struct inode *inode) argument
35 "put inode %p (%lu) pos %lu count=%d\n"
36 ,inode, inode->i_ino
37 ,inode->u.umsdos_i.pos
38 ,atomic_read(&inode->i_count)));
40 if (inode
69 struct inode *inode = dir->d_inode; local
96 struct inode *inode = dentry->d_inode; local
131 struct inode *inode = dentry->d_inode; local
162 struct inode *dir, *inode; local
227 struct inode *inode = dentry->d_inode; local
313 UMSDOS_write_inode(struct inode *inode, int wait) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dreadinode.c38 /* Given an inode, probably with existing list of fragments, add the new node
98 /* Doesn't set inode->i_size */
246 void jffs2_read_inode (struct inode *inode) argument
259 D1(printk(KERN_DEBUG "jffs2_read_inode(): inode->i_ino == %lu\n", inode->i_ino));
261 f = JFFS2_INODE_INFO(inode);
262 c = JFFS2_SB_INFO(inode->i_sb);
267 f->inocache = jffs2_get_ino_cache(c, inode->i_ino);
270 if (!f->inocache && inode
461 jffs2_clear_inode(struct inode *inode) argument
[all...]
H A Dfile.c47 extern int generic_file_open(struct inode *, struct file *) __attribute__((weak));
85 struct inode *inode = dentry->d_inode; local
86 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode);
87 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb);
95 D1(printk(KERN_DEBUG "jffs2_setattr(): ino #%lu\n", inode->i_ino));
96 ret = inode_change_ok(inode, iattr);
105 if (S_ISBLK(inode->i_mode) || S_ISCHR(inode->i_mode)) {
112 } else if (S_ISLNK(inode
221 jffs2_do_readpage_nolock(struct inode *inode, struct page *pg) argument
311 jffs2_do_readpage_unlock(struct inode *inode, struct page *pg) argument
332 struct inode *inode = pg->mapping->host; local
415 struct inode *inode = pg->mapping->host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Dinode.c3 * linux/fs/autofs/inode.c
42 static void autofs_read_inode(struct inode *inode);
116 struct inode * root_inode;
202 static void autofs_read_inode(struct inode *inode) argument
204 ino_t ino = inode->i_ino;
206 struct autofs_sb_info *sbi = autofs_sbi(inode->i_sb);
210 inode->i_op = &autofs_dir_inode_operations;
211 inode
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapeblock.h26 int tapeblock_open(struct inode *, struct file *);
27 int tapeblock_release(struct inode *, struct file *);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Ddump.c2 * dump.c --- dump the contents of an inode out to a file
67 static void fix_perms(const char *cmd, const struct ext2_inode *inode, argument
74 i = fchmod(fd, mode_xlate(inode->i_mode));
76 i = chmod(name, mode_xlate(inode->i_mode));
81 i = chown(name, inode->i_uid, inode->i_gid);
84 i = fchown(fd, inode->i_uid, inode->i_gid);
86 i = chown(name, inode->i_uid, inode
104 struct ext2_inode inode; local
144 ext2_ino_t inode; local
189 rdump_symlink(ext2_ino_t ino, struct ext2_inode *inode, const char *fullname) argument
243 rdump_inode(ext2_ino_t ino, struct ext2_inode *inode, const char *name, const char *dumproot) argument
300 struct ext2_inode inode; local
318 struct ext2_inode inode; local
356 ext2_ino_t inode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A Dinode.c2 * inode.c
15 extern int efs_get_block(struct inode *, long, struct buffer_head *, int);
48 void efs_read_inode(struct inode *inode) { argument
52 struct efs_sb_info *sb = SUPER_INFO(inode->i_sb);
53 struct efs_inode_info *in = INODE_INFO(inode);
63 ** work out the inode block index, (considering initially that the
65 ** number of that inode given the above layout, and finally the
66 ** offset of the inode within that block.
69 inode_index = inode
194 efs_map_block(struct inode *inode, efs_block_t block) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dcache.c7 * of inode number.
31 int fat_bmap(struct inode *inode,int sector) argument
33 return MSDOS_SB(inode->i_sb)->cvf_format->cvf_bmap(inode,sector);
152 void fat_cache_lookup(struct inode *inode,int cluster,int *f_clu,int *d_clu) argument
155 int first = MSDOS_I(inode)->i_start;
161 if (inode->i_dev == walk->device
198 void fat_cache_add(struct inode *inod argument
247 fat_cache_inval_inode(struct inode *inode) argument
273 fat_get_cluster(struct inode *inode,int cluster) argument
289 default_fat_bmap(struct inode *inode,int sector) argument
319 fat_free(struct inode *inode,int skip) argument
[all...]

Completed in 146 milliseconds

1234567891011>>