Displaying 9 results from an estimated 9 matches for "inode_ref".
Did you mean:
node_ref
2013 Sep 22
10
[PATCH] Btrfs: fix sync fs to actually wait for all data to be persisted
...f 3751 itemsize 36
location key (257 INODE_ITEM 0) type FILE
namelen 6 datalen 0 name: foobar
item 4 key (257 INODE_ITEM 0) itemoff 3591 itemsize 160
inode generation 7 transid 7 size 0 block group 0 mode 100644 links 1
item 5 key (257 INODE_REF 256) itemoff 3575 itemsize 16
inode ref index 2 namelen 6 name: foobar
checksum tree key (CSUM_TREE ROOT_ITEM 0)
leaf 29429760 items 0 free space 3995 generation 7 owner 7
fs uuid 6192815c-af2a-4b75-b3db-a959ffb6166e
chunk uuid b529c44b-938c-4d3d-910a-013b4700bcae
uuid tree key (UUI...
2017 Jul 07
2
Rebalance task fails
....so.0(_gf_msg_backtrace_nomem+0x92)[0x7f24de214502]
/usr/lib/x86_64-linux-gnu/libglusterfs.so.0(gf_print_trace+0x31d)[0x7f24de23059d]
/lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f24dd612d40]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11f6b)[0x7f24dd9b2f6b]
/usr/lib/x86_64-linux-gnu/libglusterfs.so.0(inode_ref+0x19)[0x7f24de234e69]
/usr/lib/x86_64-linux-gnu/libglusterfs.so.0(loc_copy+0x4a)[0x7f24de21291a]
/usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/cluster/distribute.so(dht_local_init+0x4b)[0x7f24d851f51b]
/usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/cluster/distribute.so(dht_lookup+0x91)[0x7f24...
2012 Nov 23
14
extended attributes wiredness
Hi,
I am using kernel 3.7-rc6.
I have written a test application for extended attributes and have for
some folders a wired behaviour:
#include <stdio.h>
#include <string.h>
#include <attr/xattr.h>
char attrs[1024];
ssize_t attrslen;
int i;
char value[1024];
ssize_t valuelen;
int main(int argc, char *argv[])
{
if (argc != 2)
{
fprintf(stderr, "Syntax: testxattr
2017 Jul 10
2
Rebalance task fails
...t;>
>> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(gf_print_trace+0x31d)[0x7f24de23059d]
>> /lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f24dd612d40]
>> /lib/x86_64-linux-gnu/libpthread.so.0(+0x11f6b)[0x7f24dd9b2f6b]
>>
>> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(inode_ref+0x19)[0x7f24de234e69]
>> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(loc_copy+0x4a)[0x7f24de21291a]
>>
>> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/cluster/distribute.so(dht_local_init+0x4b)[0x7f24d851f51b]
>>
>> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/...
2013 Mar 01
0
unremovable dirs from failed unlink
...total 4
drwxr-xr-x. 1 root root 22 Mar 1 17:33 .
drwxr-xr-x. 1 root root 6 Mar 1 17:33 ..
(only 257 items in debug-tree)
item 4 key (257 INODE_ITEM 0) itemoff 3597 itemsize 160
inode generation 5 transid 5 size 22 block group 0 mode 40755 links 1
item 5 key (257 INODE_REF 256) itemoff 3584 itemsize 13
inode ref index 2 namelen 3 name: dir
item 6 key (257 XATTR_ITEM 3817753667) itemoff 3506 itemsize 78
location key (0 UNKNOWN.0 0) type 8
namelen 16 datalen 32 name: security.selinux
data unconfine...
2017 Jul 13
2
Rebalance task fails
....so.0(gf_print_trace+0x31d)[0x7f24de23059d]
>> >> /lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f24dd612d40]
>> >> /lib/x86_64-linux-gnu/libpthread.so.0(+0x11f6b)[0x7f24dd9b2f6b]
>> >>
>> >>
>> >> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(inode_ref+0x19)[0x7f24de234e69]
>> >>
>> >> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(loc_copy+0x4a)[0x7f24de21291a]
>> >>
>> >>
>> >> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/cluster/distribute.so(dht_local_init+0x4b)[0x7f24d851f51b]
>...
2010 Dec 14
0
[PATCH] BTRFS_IOC_TREE_SEARCH: store and use the last key found
...+
+ /* for compatibility */
+ args->key.start_objectid = 0;
+ args->key.start_type = 0;
+ args->key.start_offset = 0;
+
+ ret = search_ioctl(inode, args);
+ if (ret == 0 && copy_to_user(argp, args, sizeof(*args)))
+ ret = -EFAULT;
+ kfree(args);
+ return ret;
+}
+
+
/*
* Search INODE_REFs to identify path name of ''dirid'' directory
* in a ''tree_id'' tree. and sets path name to ''name''.
@@ -2286,6 +2324,8 @@ long btrfs_ioctl(struct file *file, unsigned int
return btrfs_ioctl_trans_start(file);
case BTRFS_IOC_TRANS_END:
ret...
2017 Jul 09
0
Rebalance task fails
...92)[
> 0x7f24de214502]
> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(gf_print_
> trace+0x31d)[0x7f24de23059d]
> /lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f24dd612d40]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x11f6b)[0x7f24dd9b2f6b]
> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(inode_ref+
> 0x19)[0x7f24de234e69]
> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(loc_copy+0x4a)[0x7f24de21291a]
> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/
> cluster/distribute.so(dht_local_init+0x4b)[0x7f24d851f51b]
> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/
> cluster/dist...
2017 Jul 13
0
Rebalance task fails
...86_64-linux-gnu/libglusterfs.so.0(gf_print_
> trace+0x31d)[0x7f24de23059d]
> >> /lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f24dd612d40]
> >> /lib/x86_64-linux-gnu/libpthread.so.0(+0x11f6b)[0x7f24dd9b2f6b]
> >>
> >> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(inode_ref+
> 0x19)[0x7f24de234e69]
> >> /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(loc_copy+
> 0x4a)[0x7f24de21291a]
> >>
> >> /usr/lib/x86_64-linux-gnu/glusterfs/3.7.3/xlator/
> cluster/distribute.so(dht_local_init+0x4b)[0x7f24d851f51b]
> >>
> >> /usr/l...