Searched refs:dir (Results 276 - 300 of 5887) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/
H A DMakefile.in149 smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
318 if test -d "$$dir"; then :; else \
319 echo mkdir "$$dir"; \
320 mkdir -p "$$dir" >/dev/null 2>&1 || \
321 test -d "$$dir" || \
322 mkdir "$$dir" || \
330 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
332 @MAINT@ else dir=.deps/`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` \
344 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
346 @MAINT@ else dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/
H A DMakefile.in149 smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
318 if test -d "$$dir"; then :; else \
319 echo mkdir "$$dir"; \
320 mkdir -p "$$dir" >/dev/null 2>&1 || \
321 test -d "$$dir" || \
322 mkdir "$$dir" || \
330 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
332 @MAINT@ else dir=.deps/`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` \
344 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
346 @MAINT@ else dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/
H A DMakefile.in149 smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
318 if test -d "$$dir"; then :; else \
319 echo mkdir "$$dir"; \
320 mkdir -p "$$dir" >/dev/null 2>&1 || \
321 test -d "$$dir" || \
322 mkdir "$$dir" || \
330 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
332 @MAINT@ else dir=.deps/`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` \
344 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
346 @MAINT@ else dir
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dopenssl.conf5 dir = ${ENV::CADIR}
6 database = $dir/index.txt
7 new_certs_dir = $dir
8 certificate = $dir/cert.pem
9 serial = $dir/serial
10 private_key = $dir/key.pem
19 dir = ${ENV::CADIR}
20 database = $dir/index.txt
21 new_certs_dir = $dir
22 serial = $dir/seria
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dopenssl.conf5 dir = ${ENV::CADIR}
6 database = $dir/index.txt
7 new_certs_dir = $dir
8 certificate = $dir/cert.pem
9 serial = $dir/serial
10 private_key = $dir/key.pem
19 dir = ${ENV::CADIR}
20 database = $dir/index.txt
21 new_certs_dir = $dir
22 serial = $dir/seria
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dopenssl.conf5 dir = ${ENV::CADIR}
6 database = $dir/index.txt
7 new_certs_dir = $dir
8 certificate = $dir/cert.pem
9 serial = $dir/serial
10 private_key = $dir/key.pem
19 dir = ${ENV::CADIR}
20 database = $dir/index.txt
21 new_certs_dir = $dir
22 serial = $dir/seria
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c22 /* Insert a header block bh into the directory dir
27 affs_insert_hash(struct inode *dir, struct buffer_head *bh) argument
29 struct super_block *sb = dir->i_sb;
37 pr_debug("AFFS: insert_hash(dir=%u, ino=%d)\n", (u32)dir->i_ino, ino);
39 dir_bh = affs_bread(sb, dir->i_ino);
51 AFFS_TAIL(sb, bh)->parent = cpu_to_be32(dir->i_ino);
55 if (dir->i_ino == dir_bh->b_blocknr)
61 mark_buffer_dirty_inode(dir_bh, dir);
64 dir
76 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) argument
151 struct inode *dir, *inode = dentry->d_inode; local
273 struct inode *inode, *dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/affs/
H A Damigaffs.c22 /* Insert a header block bh into the directory dir
27 affs_insert_hash(struct inode *dir, struct buffer_head *bh) argument
29 struct super_block *sb = dir->i_sb;
37 pr_debug("AFFS: insert_hash(dir=%u, ino=%d)\n", (u32)dir->i_ino, ino);
39 dir_bh = affs_bread(sb, dir->i_ino);
51 AFFS_TAIL(sb, bh)->parent = cpu_to_be32(dir->i_ino);
55 if (dir->i_ino == dir_bh->b_blocknr)
61 mark_buffer_dirty_inode(dir_bh, dir);
64 dir
76 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) argument
151 struct inode *dir, *inode = dentry->d_inode; local
273 struct inode *inode, *dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/netapi/tests/
H A DMakefile.in22 if test -d "$$dir"; then :; else \
23 echo mkdir "$$dir"; \
24 mkdir -p "$$dir" >/dev/null 2>&1 || \
25 test -d "$$dir" || \
26 mkdir "$$dir" || \
33 dir=bin $(MAKEDIR); fi
38 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/netapi/tests/
H A DMakefile.in22 if test -d "$$dir"; then :; else \
23 echo mkdir "$$dir"; \
24 mkdir -p "$$dir" >/dev/null 2>&1 || \
25 test -d "$$dir" || \
26 mkdir "$$dir" || \
33 dir=bin $(MAKEDIR); fi
38 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/netapi/tests/
H A DMakefile.in22 if test -d "$$dir"; then :; else \
23 echo mkdir "$$dir"; \
24 mkdir -p "$$dir" >/dev/null 2>&1 || \
25 test -d "$$dir" || \
26 mkdir "$$dir" || \
33 dir=bin $(MAKEDIR); fi
38 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ufs/
H A Ddir.c46 struct inode *dir = mapping->host; local
49 dir->i_version++;
51 if (pos+len > dir->i_size) {
52 i_size_write(dir, pos+len);
53 mark_inode_dirty(dir);
55 if (IS_DIRSYNC(dir))
73 ino_t ufs_inode_by_name(struct inode *dir, const struct qstr *qstr) argument
79 de = ufs_find_entry(dir, qstr, &page);
81 res = fs32_to_cpu(dir->i_sb, de->d_ino);
89 void ufs_set_link(struct inode *dir, struc argument
113 struct inode *dir = page->mapping->host; local
190 ufs_get_page(struct inode *dir, unsigned long n) argument
230 ufs_dotdot(struct inode *dir, struct page **p) argument
251 ufs_find_entry(struct inode *dir, const struct qstr *qstr, struct page **res_page) argument
314 struct inode *dir = dentry->d_parent->d_inode; local
515 ufs_delete_entry(struct inode *inode, struct ufs_dir_entry *dir, struct page * page) argument
563 ufs_make_empty(struct inode * inode, struct inode *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ufs/
H A Ddir.c46 struct inode *dir = mapping->host; local
49 dir->i_version++;
51 if (pos+len > dir->i_size) {
52 i_size_write(dir, pos+len);
53 mark_inode_dirty(dir);
55 if (IS_DIRSYNC(dir))
73 ino_t ufs_inode_by_name(struct inode *dir, const struct qstr *qstr) argument
79 de = ufs_find_entry(dir, qstr, &page);
81 res = fs32_to_cpu(dir->i_sb, de->d_ino);
89 void ufs_set_link(struct inode *dir, struc argument
113 struct inode *dir = page->mapping->host; local
190 ufs_get_page(struct inode *dir, unsigned long n) argument
230 ufs_dotdot(struct inode *dir, struct page **p) argument
251 ufs_find_entry(struct inode *dir, const struct qstr *qstr, struct page **res_page) argument
314 struct inode *dir = dentry->d_parent->d_inode; local
515 ufs_delete_entry(struct inode *inode, struct ufs_dir_entry *dir, struct page * page) argument
563 ufs_make_empty(struct inode * inode, struct inode *dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/adfs/
H A Ddir.c2 * linux/fs/adfs/dir.c
27 struct adfs_dir dir; local
35 ret = ops->read(sb, inode->i_ino, inode->i_size, &dir);
46 if (filldir(dirent, "..", 2, 1, dir.parent_id, DT_DIR) < 0)
56 ret = ops->setpos(&dir, filp->f_pos - 2);
59 while (ops->getnext(&dir, &obj) == 0) {
70 ops->free(&dir);
83 struct adfs_dir dir; local
85 printk(KERN_INFO "adfs_dir_update: object %06X in dir %06X\n",
93 ret = ops->read(sb, obj->parent_id, 0, &dir);
143 struct adfs_dir dir; local
270 adfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/adfs/
H A Ddir.c2 * linux/fs/adfs/dir.c
27 struct adfs_dir dir; local
35 ret = ops->read(sb, inode->i_ino, inode->i_size, &dir);
46 if (filldir(dirent, "..", 2, 1, dir.parent_id, DT_DIR) < 0)
56 ret = ops->setpos(&dir, filp->f_pos - 2);
59 while (ops->getnext(&dir, &obj) == 0) {
70 ops->free(&dir);
83 struct adfs_dir dir; local
85 printk(KERN_INFO "adfs_dir_update: object %06X in dir %06X\n",
93 ret = ops->read(sb, obj->parent_id, 0, &dir);
143 struct adfs_dir dir; local
270 adfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/common/
H A Ddmabounce.c110 size_t size, enum dma_data_direction dir)
117 dev_dbg(dev, "%s(ptr=%p, size=%d, dir=%d)\n",
118 __func__, ptr, size, dir);
136 buf->direction = dir;
227 enum dma_data_direction dir)
258 buf = alloc_safe_buffer(device_info, ptr, size, dir);
270 if ((dir == DMA_TO_DEVICE) ||
271 (dir == DMA_BIDIRECTIONAL)) {
284 __dma_single_cpu_to_dev(ptr, size, dir);
291 size_t size, enum dma_data_direction dir)
109 alloc_safe_buffer(struct dmabounce_device_info *device_info, void *ptr, size_t size, enum dma_data_direction dir) argument
226 map_single(struct device *dev, void *ptr, size_t size, enum dma_data_direction dir) argument
290 unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
323 __dma_single_dev_to_cpu(dma_to_virt(dev, dma_addr), size, dir); local
335 dma_map_single(struct device *dev, void *ptr, size_t size, enum dma_data_direction dir) argument
353 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
363 dma_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir) argument
387 dma_unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
397 dmabounce_sync_for_cpu(struct device *dev, dma_addr_t addr, unsigned long off, size_t sz, enum dma_data_direction dir) argument
426 dmabounce_sync_for_device(struct device *dev, dma_addr_t addr, unsigned long off, size_t sz, enum dma_data_direction dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/common/
H A Ddmabounce.c110 size_t size, enum dma_data_direction dir)
117 dev_dbg(dev, "%s(ptr=%p, size=%d, dir=%d)\n",
118 __func__, ptr, size, dir);
136 buf->direction = dir;
227 enum dma_data_direction dir)
258 buf = alloc_safe_buffer(device_info, ptr, size, dir);
270 if ((dir == DMA_TO_DEVICE) ||
271 (dir == DMA_BIDIRECTIONAL)) {
284 __dma_single_cpu_to_dev(ptr, size, dir);
291 size_t size, enum dma_data_direction dir)
109 alloc_safe_buffer(struct dmabounce_device_info *device_info, void *ptr, size_t size, enum dma_data_direction dir) argument
226 map_single(struct device *dev, void *ptr, size_t size, enum dma_data_direction dir) argument
290 unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
323 __dma_single_dev_to_cpu(dma_to_virt(dev, dma_addr), size, dir); local
335 dma_map_single(struct device *dev, void *ptr, size_t size, enum dma_data_direction dir) argument
353 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
363 dma_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir) argument
387 dma_unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir) argument
397 dmabounce_sync_for_cpu(struct device *dev, dma_addr_t addr, unsigned long off, size_t sz, enum dma_data_direction dir) argument
426 dmabounce_sync_for_device(struct device *dev, dma_addr_t addr, unsigned long off, size_t sz, enum dma_data_direction dir) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext2/
H A Ddir.c2 * linux/fs/ext2/dir.c
11 * linux/fs/minix/dir.c
87 struct inode *dir = mapping->host; local
90 dir->i_version++;
93 if (pos+len > dir->i_size) {
94 i_size_write(dir, pos+len);
95 mark_inode_dirty(dir);
98 if (IS_DIRSYNC(dir)) {
101 err = ext2_sync_inode(dir);
111 struct inode *dir local
193 ext2_get_page(struct inode *dir, unsigned long n, int quiet) argument
360 ext2_find_entry(struct inode * dir, struct qstr *child, struct page ** res_page) argument
425 ext2_dotdot(struct inode *dir, struct page **p) argument
437 ext2_inode_by_name(struct inode *dir, struct qstr *child) argument
457 ext2_set_link(struct inode *dir, struct ext2_dir_entry_2 *de, struct page *page, struct inode *inode, int update_times) argument
483 struct inode *dir = dentry->d_parent->d_inode; local
580 ext2_delete_entry(struct ext2_dir_entry_2 * dir, struct page * page ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext2/
H A Ddir.c2 * linux/fs/ext2/dir.c
11 * linux/fs/minix/dir.c
87 struct inode *dir = mapping->host; local
90 dir->i_version++;
93 if (pos+len > dir->i_size) {
94 i_size_write(dir, pos+len);
95 mark_inode_dirty(dir);
98 if (IS_DIRSYNC(dir)) {
101 err = ext2_sync_inode(dir);
111 struct inode *dir local
193 ext2_get_page(struct inode *dir, unsigned long n, int quiet) argument
360 ext2_find_entry(struct inode * dir, struct qstr *child, struct page ** res_page) argument
425 ext2_dotdot(struct inode *dir, struct page **p) argument
437 ext2_inode_by_name(struct inode *dir, struct qstr *child) argument
457 ext2_set_link(struct inode *dir, struct ext2_dir_entry_2 *de, struct page *page, struct inode *inode, int update_times) argument
483 struct inode *dir = dentry->d_parent->d_inode; local
580 ext2_delete_entry(struct ext2_dir_entry_2 * dir, struct page * page ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c4 * dir.c
10 * Portions of this code from linux/fs/ext3/dir.c
19 * linux/fs/minix/dir.c
53 #include "dir.h"
78 struct inode *dir,
89 static int ocfs2_supports_dir_trailer(struct inode *dir) argument
91 struct ocfs2_super *osb = OCFS2_SB(dir->i_sb);
93 if (OCFS2_I(dir)->ip_dyn_features & OCFS2_INLINE_DATA_FL)
96 return ocfs2_meta_ecc(osb) || ocfs2_dir_indexed(dir);
107 static int ocfs2_new_dir_wants_trailer(struct inode *dir) argument
131 ocfs2_skip_dir_trailer(struct inode *dir, struct ocfs2_dir_entry *de, unsigned long offset, unsigned long blklen) argument
165 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) argument
265 ocfs2_dx_dir_name_hash(struct inode *dir, const char *name, int len, struct ocfs2_dx_hinfo *hinfo) argument
307 ocfs2_check_dir_entry(struct inode * dir, struct ocfs2_dir_entry * de, struct buffer_head * bh, unsigned long offset) argument
347 ocfs2_search_dirblock(struct buffer_head *bh, struct inode *dir, const char *name, int namelen, unsigned long offset, char *first_de, unsigned int bytes, struct ocfs2_dir_entry **res_dir) argument
399 ocfs2_find_entry_id(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_entry **res_dir) argument
468 ocfs2_check_dir_trailer(struct inode *dir, struct buffer_head *bh) argument
551 ocfs2_read_dir_block_direct(struct inode *dir, u64 phys, struct buffer_head **bh) argument
609 ocfs2_read_dx_root(struct inode *dir, struct ocfs2_dinode *di, struct buffer_head **dx_root_bh) argument
651 ocfs2_read_dx_leaf(struct inode *dir, u64 blkno, struct buffer_head **dx_leaf_bh) argument
671 ocfs2_read_dx_leaves(struct inode *dir, u64 start, int num, struct buffer_head **dx_leaf_bhs) argument
684 ocfs2_find_entry_el(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_entry **res_dir) argument
912 ocfs2_dx_dir_search(const char *name, int namelen, struct inode *dir, struct ocfs2_dx_root_block *dx_root, struct ocfs2_dir_lookup_result *res) argument
1024 ocfs2_find_entry_dx(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1078 ocfs2_find_entry(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1108 ocfs2_update_entry(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *res, struct inode *new_entry_inode) argument
1146 __ocfs2_delete_entry(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh, char *first_de, unsigned int bytes) argument
1254 ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1370 ocfs2_delete_entry_id(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh) argument
1397 ocfs2_delete_entry_el(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh) argument
1410 ocfs2_delete_entry(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *res) argument
1479 __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct buffer_head *dx_leaf_bh) argument
1502 ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct ocfs2_dx_root_block *dx_root) argument
1510 ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1545 ocfs2_remove_block_from_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1576 ocfs2_recalc_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1604 __ocfs2_add_entry(handle_t *handle, struct inode *dir, const char *name, int namelen, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) argument
2069 ocfs2_lookup_ino_from_name(struct inode *dir, const char *name, int namelen, u64 *blkno) argument
2088 ocfs2_check_dir_for_entry(struct inode *dir, const char *name, int namelen) argument
2355 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) argument
2445 ocfs2_dx_dir_format_cluster(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head **dx_leaves, int num_dx_leaves, u64 start_blk) argument
2499 __ocfs2_dx_dir_new_cluster(struct inode *dir, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct buffer_head **dx_leaves, int num_dx_leaves, u64 *ret_phys_blkno) argument
2533 ocfs2_dx_dir_new_cluster(struct inode *dir, struct ocfs2_extent_tree *et, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **dx_leaves, int num_dx_leaves) argument
2650 ocfs2_dx_dir_index_block(struct inode *dir, handle_t *handle, struct buffer_head **dx_leaves, int num_dx_leaves, u32 *num_dx_entries, struct buffer_head *dirent_bh) argument
2696 ocfs2_dx_dir_index_root_block(struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dirent_bh) argument
2740 ocfs2_new_dx_should_be_inline(struct inode *dir, struct buffer_head *di_bh) argument
2778 ocfs2_expand_last_dirent(char *start, unsigned int old_size, struct inode *dir) argument
2828 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) argument
3143 ocfs2_do_extend_dir(struct super_block *sb, handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **new_bh) argument
3209 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) argument
3400 ocfs2_find_dir_space_id(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct buffer_head **ret_de_bh, unsigned int *blocks_wanted) argument
3471 ocfs2_find_dir_space_el(struct inode *dir, const char *name, int namelen, struct buffer_head **ret_de_bh) argument
3698 ocfs2_dx_dir_transfer_leaf(struct inode *dir, u32 split_hash, handle_t *handle, struct ocfs2_dx_leaf *tmp_dx_leaf, struct buffer_head **orig_dx_leaves, struct buffer_head **new_dx_leaves, int num_dx_leaves) argument
3756 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) argument
3947 ocfs2_find_dir_space_dx(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4013 ocfs2_search_dx_free_list(struct inode *dir, struct buffer_head *dx_root_bh, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4061 ocfs2_expand_inline_dx_root(struct inode *dir, struct buffer_head *dx_root_bh) argument
4191 ocfs2_prepare_dx_dir_for_insert(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4293 ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4370 ocfs2_dx_dir_remove_index(struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh) argument
4448 ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Ddir.c4 * dir.c
10 * Portions of this code from linux/fs/ext3/dir.c
19 * linux/fs/minix/dir.c
53 #include "dir.h"
78 struct inode *dir,
89 static int ocfs2_supports_dir_trailer(struct inode *dir) argument
91 struct ocfs2_super *osb = OCFS2_SB(dir->i_sb);
93 if (OCFS2_I(dir)->ip_dyn_features & OCFS2_INLINE_DATA_FL)
96 return ocfs2_meta_ecc(osb) || ocfs2_dir_indexed(dir);
107 static int ocfs2_new_dir_wants_trailer(struct inode *dir) argument
131 ocfs2_skip_dir_trailer(struct inode *dir, struct ocfs2_dir_entry *de, unsigned long offset, unsigned long blklen) argument
165 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) argument
265 ocfs2_dx_dir_name_hash(struct inode *dir, const char *name, int len, struct ocfs2_dx_hinfo *hinfo) argument
307 ocfs2_check_dir_entry(struct inode * dir, struct ocfs2_dir_entry * de, struct buffer_head * bh, unsigned long offset) argument
347 ocfs2_search_dirblock(struct buffer_head *bh, struct inode *dir, const char *name, int namelen, unsigned long offset, char *first_de, unsigned int bytes, struct ocfs2_dir_entry **res_dir) argument
399 ocfs2_find_entry_id(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_entry **res_dir) argument
468 ocfs2_check_dir_trailer(struct inode *dir, struct buffer_head *bh) argument
551 ocfs2_read_dir_block_direct(struct inode *dir, u64 phys, struct buffer_head **bh) argument
609 ocfs2_read_dx_root(struct inode *dir, struct ocfs2_dinode *di, struct buffer_head **dx_root_bh) argument
651 ocfs2_read_dx_leaf(struct inode *dir, u64 blkno, struct buffer_head **dx_leaf_bh) argument
671 ocfs2_read_dx_leaves(struct inode *dir, u64 start, int num, struct buffer_head **dx_leaf_bhs) argument
684 ocfs2_find_entry_el(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_entry **res_dir) argument
912 ocfs2_dx_dir_search(const char *name, int namelen, struct inode *dir, struct ocfs2_dx_root_block *dx_root, struct ocfs2_dir_lookup_result *res) argument
1024 ocfs2_find_entry_dx(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1078 ocfs2_find_entry(const char *name, int namelen, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1108 ocfs2_update_entry(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *res, struct inode *new_entry_inode) argument
1146 __ocfs2_delete_entry(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh, char *first_de, unsigned int bytes) argument
1254 ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *lookup) argument
1370 ocfs2_delete_entry_id(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh) argument
1397 ocfs2_delete_entry_el(handle_t *handle, struct inode *dir, struct ocfs2_dir_entry *de_del, struct buffer_head *bh) argument
1410 ocfs2_delete_entry(handle_t *handle, struct inode *dir, struct ocfs2_dir_lookup_result *res) argument
1479 __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct buffer_head *dx_leaf_bh) argument
1502 ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct ocfs2_dx_root_block *dx_root) argument
1510 ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1545 ocfs2_remove_block_from_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1576 ocfs2_recalc_free_list(struct inode *dir, handle_t *handle, struct ocfs2_dir_lookup_result *lookup) argument
1604 __ocfs2_add_entry(handle_t *handle, struct inode *dir, const char *name, int namelen, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) argument
2069 ocfs2_lookup_ino_from_name(struct inode *dir, const char *name, int namelen, u64 *blkno) argument
2088 ocfs2_check_dir_for_entry(struct inode *dir, const char *name, int namelen) argument
2355 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) argument
2445 ocfs2_dx_dir_format_cluster(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head **dx_leaves, int num_dx_leaves, u64 start_blk) argument
2499 __ocfs2_dx_dir_new_cluster(struct inode *dir, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct buffer_head **dx_leaves, int num_dx_leaves, u64 *ret_phys_blkno) argument
2533 ocfs2_dx_dir_new_cluster(struct inode *dir, struct ocfs2_extent_tree *et, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **dx_leaves, int num_dx_leaves) argument
2650 ocfs2_dx_dir_index_block(struct inode *dir, handle_t *handle, struct buffer_head **dx_leaves, int num_dx_leaves, u32 *num_dx_entries, struct buffer_head *dirent_bh) argument
2696 ocfs2_dx_dir_index_root_block(struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dirent_bh) argument
2740 ocfs2_new_dx_should_be_inline(struct inode *dir, struct buffer_head *di_bh) argument
2778 ocfs2_expand_last_dirent(char *start, unsigned int old_size, struct inode *dir) argument
2828 ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **first_block_bh) argument
3143 ocfs2_do_extend_dir(struct super_block *sb, handle_t *handle, struct inode *dir, struct buffer_head *parent_fe_bh, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **new_bh) argument
3209 ocfs2_extend_dir(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, unsigned int blocks_wanted, struct ocfs2_dir_lookup_result *lookup, struct buffer_head **new_de_bh) argument
3400 ocfs2_find_dir_space_id(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct buffer_head **ret_de_bh, unsigned int *blocks_wanted) argument
3471 ocfs2_find_dir_space_el(struct inode *dir, const char *name, int namelen, struct buffer_head **ret_de_bh) argument
3698 ocfs2_dx_dir_transfer_leaf(struct inode *dir, u32 split_hash, handle_t *handle, struct ocfs2_dx_leaf *tmp_dx_leaf, struct buffer_head **orig_dx_leaves, struct buffer_head **new_dx_leaves, int num_dx_leaves) argument
3756 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) argument
3947 ocfs2_find_dir_space_dx(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4013 ocfs2_search_dx_free_list(struct inode *dir, struct buffer_head *dx_root_bh, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4061 ocfs2_expand_inline_dx_root(struct inode *dir, struct buffer_head *dx_root_bh) argument
4191 ocfs2_prepare_dx_dir_for_insert(struct inode *dir, struct buffer_head *di_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4293 ocfs2_prepare_dir_for_insert(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *parent_fe_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
4370 ocfs2_dx_dir_remove_index(struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh) argument
4448 ocfs2_dx_dir_truncate(struct inode *dir, struct buffer_head *di_bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/
H A Ddepcomp225 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
226 test "x$dir" = "x$object" && dir=
229 tmpdepfile1=$dir$base.u
231 tmpdepfile3=$dir.libs/$base.u
234 tmpdepfile1=$dir$base.u
235 tmpdepfile2=$dir$base.u
236 tmpdepfile3=$dir$base.u
312 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
313 test "x$dir"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/autoconf/
H A Ddepcomp216 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
217 test "x$dir" = "x$object" && dir=
220 tmpdepfile1=$dir$base.u
222 tmpdepfile3=$dir.libs/$base.u
225 tmpdepfile1=$dir$base.u
226 tmpdepfile2=$dir$base.u
227 tmpdepfile3=$dir$base.u
303 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
304 test "x$dir"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/madwimax-0.1.1/
H A Ddepcomp218 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
219 test "x$dir" = "x$object" && dir=
222 tmpdepfile1=$dir$base.u
224 tmpdepfile3=$dir.libs/$base.u
227 tmpdepfile1=$dir$base.u
228 tmpdepfile2=$dir$base.u
229 tmpdepfile3=$dir$base.u
305 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
306 test "x$dir"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Ddepcomp225 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
226 test "x$dir" = "x$object" && dir=
229 tmpdepfile1=$dir$base.u
231 tmpdepfile3=$dir.libs/$base.u
234 tmpdepfile1=$dir$base.u
235 tmpdepfile2=$dir$base.u
236 tmpdepfile3=$dir$base.u
312 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
313 test "x$dir"
[all...]

Completed in 254 milliseconds

<<11121314151617181920>>