Searched defs:info (Results 1 - 25 of 73) sorted by relevance

123

/fs/jffs2/
H A Dbackground.c124 siginfo_t info; local
130 signr = dequeue_signal_lock(current, &current->blocked, &info);
/fs/btrfs/tests/
H A Dfree-space-tests.c370 struct btrfs_free_space *info)
369 test_use_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) argument
/fs/ceph/
H A Dmdsmap.c95 struct ceph_mds_info *info; local
134 info = &m->m_info[mds];
135 info->global_id = global_id;
136 info->state = state;
137 info->addr = addr;
138 info->laggy = (laggy_since.tv_sec != 0 ||
140 info->num_export_targets = num_export_targets;
142 info->export_targets = kcalloc(num_export_targets,
144 if (info->export_targets == NULL)
147 info
[all...]
H A Dacl.c173 struct ceph_acls_info *info)
249 info->acl = acl;
250 info->default_acl = default_acl;
251 info->pagelist = pagelist;
263 void ceph_init_inode_acls(struct inode* inode, struct ceph_acls_info *info) argument
267 ceph_set_cached_acl(inode, ACL_TYPE_ACCESS, info->acl);
268 ceph_set_cached_acl(inode, ACL_TYPE_DEFAULT, info->default_acl);
271 void ceph_release_acls_info(struct ceph_acls_info *info) argument
273 posix_acl_release(info->acl);
274 posix_acl_release(info
172 ceph_pre_init_acls(struct inode *dir, umode_t *mode, struct ceph_acls_info *info) argument
[all...]
/fs/dlm/
H A Dnetlink.c70 static int user_cmd(struct sk_buff *skb, struct genl_info *info) argument
72 listener_nlportid = info->snd_portid;
H A Dplock.c28 struct dlm_plock_info info; member in struct:plock_op
40 static inline void set_version(struct dlm_plock_info *info) argument
42 info->version[0] = DLM_PLOCK_VERSION_MAJOR;
43 info->version[1] = DLM_PLOCK_VERSION_MINOR;
44 info->version[2] = DLM_PLOCK_VERSION_PATCH;
47 static int check_version(struct dlm_plock_info *info) argument
49 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) ||
50 (DLM_PLOCK_VERSION_MINOR < info->version[1])) {
56 info->version[0],
57 info
387 struct dlm_plock_info info; local
424 struct dlm_plock_info info; local
[all...]
/fs/reiserfs/
H A Dresize.c24 struct reiserfs_bitmap_info *info; local
182 info = SB_AP_BITMAP(s) + bmap_nr - 1;
194 info->free_count += s->s_blocksize * 8 - block_r;
200 info = SB_AP_BITMAP(s) + bmap_nr_new - 1;
215 info->free_count -= s->s_blocksize * 8 - block_r_new;
/fs/bfs/
H A Dfile.c71 struct bfs_sb_info *info = BFS_SB(sb); local
96 if (phys >= info->si_blocks)
100 mutex_lock(&info->bfs_lock);
107 if (bi->i_eblock == info->si_lf_eblk) {
111 info->si_freeb -= phys - bi->i_eblock;
112 info->si_lf_eblk = bi->i_eblock = phys;
119 phys = info->si_lf_eblk + 1;
120 if (phys + block >= info->si_blocks) {
140 info->si_lf_eblk = bi->i_eblock = phys;
146 info
[all...]
H A Ddir.c84 struct bfs_sb_info *info = BFS_SB(s); local
90 mutex_lock(&info->bfs_lock);
91 ino = find_first_zero_bit(info->si_imap, info->si_lasti + 1);
92 if (ino > info->si_lasti) {
93 mutex_unlock(&info->bfs_lock);
97 set_bit(ino, info->si_imap);
98 info->si_freei--;
117 mutex_unlock(&info->bfs_lock);
121 mutex_unlock(&info
132 struct bfs_sb_info *info = BFS_SB(dir->i_sb); local
157 struct bfs_sb_info *info = BFS_SB(inode->i_sb); local
182 struct bfs_sb_info *info = BFS_SB(inode->i_sb); local
215 struct bfs_sb_info *info; local
[all...]
H A Dinode.c118 struct bfs_sb_info *info = BFS_SB(inode->i_sb); local
131 mutex_lock(&info->bfs_lock);
158 mutex_unlock(&info->bfs_lock);
168 struct bfs_sb_info *info = BFS_SB(s); local
184 mutex_lock(&info->bfs_lock);
192 info->si_freeb += bi->i_eblock + 1 - bi->i_sblock;
193 info->si_freei++;
194 clear_bit(ino, info->si_imap);
203 if (info->si_lf_eblk == bi->i_eblock)
204 info
210 struct bfs_sb_info *info = BFS_SB(s); local
224 struct bfs_sb_info *info = BFS_SB(s); local
325 struct bfs_sb_info *info; local
[all...]
/fs/kernfs/
H A Dmount.c67 struct kernfs_super_info *info = kernfs_info(sb); local
71 info->sb = sb;
80 inode = kernfs_get_inode(sb, info->root->kn);
93 kernfs_get(info->root->kn);
94 root->d_fsdata = info->root->kn;
103 struct kernfs_super_info *info = data; local
105 return sb_info->root == info->root && sb_info->ns == info->ns;
125 struct kernfs_super_info *info = kernfs_info(sb); local
127 return info
151 struct kernfs_super_info *info; local
171 struct kernfs_super_info *info = kernfs_info(sb); local
198 struct kernfs_super_info *info = kernfs_info(sb); local
228 struct kernfs_super_info *info; local
[all...]
/fs/
H A Dsignalfd.c158 static ssize_t signalfd_dequeue(struct signalfd_ctx *ctx, siginfo_t *info, argument
165 ret = dequeue_signal(current, &ctx->sigmask, info);
179 ret = dequeue_signal(current, &ctx->sigmask, info);
210 siginfo_t info; local
218 ret = signalfd_dequeue(ctx, &info, nonblock);
221 ret = signalfd_copyinfo(siginfo, &info);
/fs/ubifs/
H A Dcommit.c277 * @info: points to the file-system description object
287 int ubifs_bg_thread(void *info) argument
290 struct ubifs_info *c = info;
/fs/xfs/
H A Dxfs_attr_inactive.c216 xfs_da_blkinfo_t *info; local
267 info = child_bp->b_addr;
268 switch (info->magic) {
332 struct xfs_da_blkinfo *info; local
352 info = bp->b_addr;
353 switch (info->magic) {
/fs/btrfs/
H A Dinode-map.c249 struct btrfs_free_space *info; local
261 info = rb_entry(n, struct btrfs_free_space, offset_index);
262 BUG_ON(info->bitmap); /* Logic error */
264 if (info->offset > root->ino_cache_progress)
266 else if (info->offset + info->bytes > root->ino_cache_progress)
267 count = root->ino_cache_progress - info->offset + 1;
269 count = info->bytes;
271 __btrfs_add_free_space(ctl, info->offset, count);
273 rb_erase(&info
287 struct btrfs_free_space *info; local
320 use_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) argument
339 pinned_use_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) argument
[all...]
H A Dprint-tree.c92 struct btrfs_tree_block_info *info; local
93 info = (struct btrfs_tree_block_info *)(ei + 1);
94 btrfs_tree_block_key(eb, info, &key);
99 btrfs_tree_block_level(eb, info));
100 iref = (struct btrfs_extent_inline_ref *)(info + 1);
/fs/ext3/
H A Ddir.c352 struct dir_private_info *info; local
355 info = (struct dir_private_info *) dir_file->private_data;
356 p = &info->root.rb_node;
397 rb_insert_color(&new_fn->rb_hash, &info->root);
411 struct dir_private_info *info = file->private_data; local
424 info->extra_fname = fname;
434 struct dir_private_info *info = file->private_data; local
439 if (!info) {
440 info = ext3_htree_create_dir_info(file, ctx->pos);
441 if (!info)
[all...]
/fs/jbd/
H A Drecovery.c42 struct recovery_info *info, enum passtype pass);
229 struct recovery_info info; local
231 memset(&info, 0, sizeof(info));
247 err = do_one_pass(journal, &info, PASS_SCAN);
249 err = do_one_pass(journal, &info, PASS_REVOKE);
251 err = do_one_pass(journal, &info, PASS_REPLAY);
255 err, info.start_transaction, info.end_transaction);
257 info
293 struct recovery_info info; local
317 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
572 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) argument
[all...]
/fs/lockd/
H A Dhost.c513 const struct nlm_reboot *info)
521 && host->h_nsmstate != info->state) {
522 host->h_nsmstate = info->state;
537 * @info: pointer to decoded results of NLM_SM_NOTIFY call
542 void nlm_host_rebooted(const struct nlm_reboot *info) argument
547 nsm = nsm_reboot_lookup(info);
556 while ((host = next_host_state(nlm_server_hosts, nsm, info)) != NULL) {
560 while ((host = next_host_state(nlm_client_hosts, nsm, info)) != NULL) {
511 next_host_state(struct hlist_head *cache, struct nsm_handle *nsm, const struct nlm_reboot *info) argument
/fs/nfs/
H A Dnfs4super.c108 const char *dev_name, void *info)
110 struct nfs_mount_info *mount_info = info;
107 nfs4_remote_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *info) argument
/fs/quota/
H A Dquota.c87 fmt = sb_dqopt(sb)->info[type].dqi_format->qf_fmt_id;
96 struct if_dqinfo info; local
101 ret = sb->s_qcop->get_info(sb, type, &info);
102 if (!ret && copy_to_user(addr, &info, sizeof(info)))
109 struct if_dqinfo info; local
111 if (copy_from_user(&info, addr, sizeof(info)))
115 return sb->s_qcop->set_info(sb, type, &info);
H A Dquota_tree.c25 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) argument
27 unsigned int epb = info->dqi_usable_bs >> 2;
30 depth = info->dqi_qtree_depth - depth - 1;
37 static int qtree_dqstr_in_blk(struct qtree_mem_dqinfo *info) argument
39 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader))
40 / info->dqi_entry_size;
52 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) argument
54 struct super_block *sb = info->dqi_sb;
56 memset(buf, 0, info->dqi_usable_bs);
57 return sb->s_op->quota_read(sb, info
61 write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) argument
77 get_free_dqblk(struct qtree_mem_dqinfo *info) argument
108 put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
125 remove_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
172 insert_free_dqentry(struct qtree_mem_dqinfo *info, char *buf, uint blk) argument
206 qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk) argument
218 find_free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, int *err) argument
291 do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint *treeblk, int depth) argument
348 dq_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
359 qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
399 free_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk) argument
460 remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint *blk, int depth) argument
508 qtree_delete_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
519 find_block_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk) argument
557 find_tree_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot, uint blk, int depth) argument
586 find_dqentry(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
592 qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
656 qtree_release_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) argument
[all...]
H A Dquota_v2.c93 struct mem_dqinfo *info = sb_dqinfo(sb, type); local
101 if ((info->dqi_fmt_id == QFMT_VFS_V0 && version != 0) ||
102 (info->dqi_fmt_id == QFMT_VFS_V1 && version != 1))
108 quota_error(sb, "Can't read info structure");
111 info->dqi_priv = kmalloc(sizeof(struct qtree_mem_dqinfo), GFP_NOFS);
112 if (!info->dqi_priv) {
117 qinfo = info->dqi_priv;
120 info->dqi_maxblimit = 0xffffffff;
121 info->dqi_maxilimit = 0xffffffff;
124 info
152 struct mem_dqinfo *info = sb_dqinfo(sb, type); local
198 struct qtree_mem_dqinfo *info = local
217 struct qtree_mem_dqinfo *info = local
251 struct qtree_mem_dqinfo *info = local
270 struct qtree_mem_dqinfo *info = local
[all...]
/fs/cifs/
H A Dreaddir.c162 * We of course don't get ACL info in FIND_FIRST/NEXT results, so
189 cifs_dir_info_to_fattr(struct cifs_fattr *fattr, FILE_DIRECTORY_INFO *info, argument
193 fattr->cf_cifsattrs = le32_to_cpu(info->ExtFileAttributes);
194 fattr->cf_eof = le64_to_cpu(info->EndOfFile);
195 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
196 fattr->cf_createtime = le64_to_cpu(info->CreationTime);
197 fattr->cf_atime = cifs_NTtimeToUnix(info->LastAccessTime);
198 fattr->cf_ctime = cifs_NTtimeToUnix(info->ChangeTime);
199 fattr->cf_mtime = cifs_NTtimeToUnix(info->LastWriteTime);
205 cifs_std_info_to_fattr(struct cifs_fattr *fattr, FIND_FILE_STANDARD_INFO *info, argument
396 cifs_fill_dirent_unix(struct cifs_dirent *de, const FILE_UNIX_INFO *info, bool is_unicode) argument
408 cifs_fill_dirent_dir(struct cifs_dirent *de, const FILE_DIRECTORY_INFO *info) argument
416 cifs_fill_dirent_full(struct cifs_dirent *de, const FILE_FULL_DIRECTORY_INFO *info) argument
424 cifs_fill_dirent_search(struct cifs_dirent *de, const SEARCH_ID_FULL_DIR_INFO *info) argument
433 cifs_fill_dirent_both(struct cifs_dirent *de, const FILE_BOTH_DIRECTORY_INFO *info) argument
441 cifs_fill_dirent_std(struct cifs_dirent *de, const FIND_FILE_STANDARD_INFO *info) argument
450 cifs_fill_dirent(struct cifs_dirent *de, const void *info, u16 level, bool is_unicode) argument
[all...]
/fs/ext4/
H A Ddir.c394 struct dir_private_info *info; local
397 info = dir_file->private_data;
398 p = &info->root.rb_node;
439 rb_insert_color(&new_fn->rb_hash, &info->root);
453 struct dir_private_info *info = file->private_data; local
469 info->extra_fname = fname;
479 struct dir_private_info *info = file->private_data; local
484 if (!info) {
485 info = ext4_htree_create_dir_info(file, ctx->pos);
486 if (!info)
[all...]

Completed in 4778 milliseconds

123