search for: ext3_name_len

Displaying 3 results from an estimated 3 matches for "ext3_name_len".

2007 Jan 31
1
CHANGE IN THE struct ext3_dir_entry_2 IS SUGGESTED
...union { __le32 inode; ++ struct ext33_inode *emb_i; ++ } u_emb_i; __le16 rec_len; /* Directory entry length */ __u8 name_len; /* Name length */ __u8 file_type; char name[EXT3_NAME_LEN]; /* File name */ }*de; initially the default access was through the *de which referenced only de->inode but the change is as follows well we have reflected the changes in the ext3 filesystem source code using the above structure (but only used the u_emb_i.inode) we just wanted to...
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...;d_inode; int namelen; const u8 *name; unsigned blocksize; @@ -776,13 +774,13 @@ *res_dir = NULL; sb = dir->i_sb; blocksize = sb->s_blocksize; - namelen = dentry->d_name.len; - name = dentry->d_name.name; + namelen = entry->len; + name = entry->name; if (namelen > EXT3_NAME_LEN) return NULL; #ifdef CONFIG_EXT3_INDEX if (is_dx(dir)) { - bh = ext3_dx_find_entry(dentry, res_dir, &err); + bh = ext3_dx_find_entry(dir, entry, res_dir, &err); /* * On success, or if the error was file not found, * return. Otherwise, fall back to doing a search the @@ -...
2007 Mar 29
3
tune2fs -l stale info
Hello, I just noticed that 'tune2fs -l' did not returned a "lively" updated information regarding the free inodes count (looks like it's always correct after unmounting). It became suprising after an online resizing operation, where the total inode count was immediatly updated (grown in my case) but the free inode count was the same: one could deduce that suddenly a lot of