Searched refs:nbuf (Results 1 - 10 of 10) sorted by relevance

/fs/exportfs/
H A Dexpfs.c120 struct dentry *dentry, char *nbuf)
140 err = exportfs_get_name(mnt, parent, nbuf, dentry);
145 dprintk("%s: found name: %s\n", __func__, nbuf);
147 tmp = lookup_one_len(nbuf, parent, strlen(nbuf));
205 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) argument
215 parent = reconnect_one(mnt, dentry, nbuf);
417 char nbuf[NAME_MAX+1]; local
441 err = reconnect_path(mnt, result, nbuf);
492 err = reconnect_path(mnt, target_dir, nbuf);
119 reconnect_one(struct vfsmount *mnt, struct dentry *dentry, char *nbuf) argument
[all...]
/fs/gfs2/
H A Dtrans.c91 s64 nbuf; local
103 nbuf = tr->tr_num_buf_new + tr->tr_num_databuf_new;
104 nbuf -= tr->tr_num_buf_rm;
105 nbuf -= tr->tr_num_databuf_rm;
107 if (gfs2_assert_withdraw(sdp, (nbuf <= tr->tr_blocks) &&
H A Dlops.c497 unsigned int nbuf; local
500 nbuf = tr->tr_num_buf_new - tr->tr_num_buf_rm;
501 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0);
760 unsigned int nbuf; local
763 nbuf = tr->tr_num_databuf_new - tr->tr_num_databuf_rm;
764 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_databuf, 1);
/fs/ext4/
H A Dext4_jbd2.c130 char nbuf[16]; local
131 const char *errstr = ext4_decode_error(NULL, err, nbuf);
H A Dsuper.c505 char nbuf[16])
527 if (nbuf) {
529 if (snprintf(nbuf, 16, "error %d", -errno) >= 0)
530 errstr = nbuf;
544 char nbuf[16]; local
555 errstr = ext4_decode_error(sb, errno, nbuf);
4656 char nbuf[16]; local
4658 errstr = ext4_decode_error(sb, j_errno, nbuf);
504 ext4_decode_error(struct super_block *sb, int errno, char nbuf[16]) argument
H A Dext4.h2200 char nbuf[16]);
/fs/ubifs/
H A Dreplay.c409 char *nbuf; local
419 nbuf = kmalloc(nlen + 1, GFP_KERNEL);
420 if (!nbuf) {
434 memcpy(nbuf, name, nlen);
435 nbuf[nlen] = '\0';
436 r->nm.name = nbuf;
/fs/ext3/
H A Dsuper.c60 char nbuf[16]);
109 char nbuf[16]; local
110 const char *errstr = ext3_decode_error(NULL, err, nbuf);
211 char nbuf[16])
232 if (nbuf) {
234 if (snprintf(nbuf, 16, "error %d", -errno) >= 0)
235 errstr = nbuf;
249 char nbuf[16]; local
259 errstr = ext3_decode_error(sb, errno, nbuf);
2531 char nbuf[1 local
210 ext3_decode_error(struct super_block * sb, int errno, char nbuf[16]) argument
[all...]
/fs/
H A Dsplice.c1800 int ret = 0, nbuf; local
1856 nbuf = (opipe->curbuf + opipe->nrbufs) & (opipe->buffers - 1);
1857 obuf = opipe->bufs + nbuf;
1915 int ret = 0, i = 0, nbuf; local
1940 nbuf = (opipe->curbuf + opipe->nrbufs) & (opipe->buffers - 1);
1948 obuf = opipe->bufs + nbuf;
/fs/fuse/
H A Ddev.c1905 unsigned nbuf; local
1922 nbuf = 0;
1938 BUG_ON(nbuf >= pipe->buffers);
1941 obuf = &bufs[nbuf];
1956 nbuf++;
1961 fuse_copy_init(&cs, fc, 0, NULL, nbuf);
1970 for (idx = 0; idx < nbuf; idx++) {

Completed in 182 milliseconds