Searched refs:more (Results 1 - 15 of 15) sorted by relevance

/fs/
H A Dbad_inode.c112 int off, size_t len, loff_t *pos, int more)
111 bad_file_sendpage(struct file *file, struct page *page, int off, size_t len, loff_t *pos, int more) argument
H A DKconfig134 To learn more about Access Control Lists, visit the POSIX ACLs for
H A Dsplice.c372 * to avoid convoluting the logic below even more.
707 int more; local
712 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0;
715 more |= MSG_SENDPAGE_NOTLAST;
718 sd->len, &pos, more);
738 * destination. It returns when there's no more buffers left in
741 * pipe needs to be filled with more data, zero if the required
805 * or -errno if no more data needs to be spliced.
871 * This function does little more than loop over the pipe and call
/fs/ncpfs/
H A Dncplib_kernel.h90 int* more, int* cnt,
H A Ddir.c365 * what we remember, it's not valid any more.
731 int more; local
757 err = ncp_search_for_fileset(server, &seq, &more, &cnt, buf, bufsize, &rpl, &rpls);
778 } while (more);
H A Dncplib_kernel.c854 int* more,
895 *more = BVAL(buffer + 9);
852 ncp_search_for_fileset(struct ncp_server *server, struct nw_search_sequence *seq, int* more, int* cnt, char* buffer, size_t bufsize, char** rbuf, size_t* rsize) argument
/fs/ceph/
H A Ddir.c153 more:
216 goto more;
315 more:
429 goto more;
432 /* more frags? */
438 goto more;
988 * renew if the least is more than half up.
H A Dsnap.c633 more:
696 goto more;
766 * The more difficult case is realm creation, due to snap creation at a
H A Dfile.c337 * Read a range of bytes striped over one or more objects. Iterate over
369 more:
408 goto more;
850 ", reading more\n", iocb->ki_pos,
/fs/ocfs2/cluster/
H A Dtcp.c15 * General Public License for more details.
26 * we'll need to move to a more robust posting/callback mechanism.
1375 /* do we need more header? */
1406 /* do we need more payload? */
1408 /* need more payload */
1436 * more. it interprets 0, eof, as fatal. if data_ready hits while we're doing
1839 static int o2net_accept_one(struct socket *sock, int *more) argument
1859 *more = 0;
1871 *more = 1;
1979 * This function is invoked in response to one or more
1987 int more; local
[all...]
/fs/jfs/
H A Djfs_logmgr.c13 * the GNU General Public License for more details.
499 /* are there more to move than freespace of page ? */
948 int more; /* additional write granted */ local
1004 more = min(free / 2, delta);
1005 if (more < 2 * LOGPSIZE) {
1029 /* next syncpt trigger = written + more */
1030 log->nextsync = written + more;
1032 /* if number of bytes written from last sync point is more
/fs/befs/
H A Dlinuxvfs.c230 more:
273 goto more;
/fs/ext3/
H A Dnamei.c674 * Stop if: (a) there are no more entries, or
728 int more; local
741 more = 0;
748 more = 1;
750 } while(more);
1182 /* is more than half of this entry in 2nd half of the block? */
/fs/ext4/
H A Dnamei.c1003 * Stop if: (a) there are no more entries, or
1066 int more; local
1078 more = 0;
1084 more = 1;
1086 } while(more);
1552 /* is more than half of this entry in 2nd half of the block? */
/fs/nls/
H A DKconfig87 more countries here]. It has some characters useful to many European
466 more countries here].

Completed in 167 milliseconds