Searched refs:priority (Results 1 – 22 of 22) sorted by relevance
| /fs/afs/ |
| A D | vl_list.c | 203 bs.priority = afs_extract_le16(&b); in afs_extract_vlserver_list() 212 bs.name_len, bs.priority, bs.weight, in afs_extract_vlserver_list() 296 if (bs.priority < vllist->servers[j].priority) in afs_extract_vlserver_list() 298 if (bs.priority == vllist->servers[j].priority && in afs_extract_vlserver_list() 311 vllist->servers[j].priority = bs.priority; in afs_extract_vlserver_list()
|
| A D | proc.c | 360 vlserver->name, entry->priority, entry->weight, in afs_proc_cell_vlservers_show()
|
| A D | internal.h | 458 u16 priority; /* Preference (as SRV) */ member
|
| /fs/pstore/ |
| A D | Kconfig | 132 pstore/blk, but module parameters have priority over Kconfig. 143 pstore/blk, but module parameters have priority over Kconfig. 155 pstore/blk, but module parameters have priority over Kconfig. 167 pstore/blk, but module parameters have priority over Kconfig. 179 pstore/blk, but module parameters have priority over Kconfig. 191 pstore/blk, but module parameters have priority over Kconfig.
|
| /fs/jffs2/ |
| A D | compr.c | 321 if (this->priority < comp->priority) { in jffs2_register_compressor() 329 printk(KERN_DEBUG "Compressor \"%s\", prio %d\n", this->name, this->priority); in jffs2_register_compressor() 353 printk(KERN_DEBUG "Compressor \"%s\", prio %d\n", this->name, this->priority); in jffs2_unregister_compressor()
|
| A D | compr.h | 50 int priority; /* used by prirority comr. mode */ member
|
| A D | compr_lzo.c | 83 .priority = JFFS2_LZO_PRIORITY,
|
| A D | compr_rtime.c | 116 .priority = JFFS2_RTIME_PRIORITY,
|
| A D | compr_rubin.c | 404 .priority = JFFS2_RUBINMIPS_PRIORITY, 427 .priority = JFFS2_DYNRUBIN_PRIORITY,
|
| A D | compr_zlib.c | 191 .priority = JFFS2_ZLIB_PRIORITY,
|
| A D | Kconfig | 168 bool "priority"
|
| /fs/notify/ |
| A D | mark.c | 183 highest_prio = first_mark->group->priority; in fsnotify_update_sb_watchers() 629 if (a->priority < b->priority) in fsnotify_compare_groups() 631 if (a->priority > b->priority) in fsnotify_compare_groups()
|
| /fs/nfs/ |
| A D | write.c | 709 int priority = 0; in nfs_writepages() local 728 priority = wb_priority(wbc); in nfs_writepages() 734 nfs_pageio_init_write(&pgio, inode, priority, false, in nfs_writepages() 1384 int priority = flush_task_priority(how); in nfs_initiate_write() local 1388 task_setup_data->priority = priority; in nfs_initiate_write() 1668 int priority = flush_task_priority(how); in nfs_initiate_commit() local 1682 .priority = priority, in nfs_initiate_commit()
|
| /fs/ocfs2/cluster/ |
| A D | heartbeat.h | 56 int priority);
|
| A D | heartbeat.c | 2248 int priority) in o2hb_setup_callback() argument 2253 hc->hc_priority = priority; in o2hb_setup_callback()
|
| /fs/xfs/ |
| A D | xfs_hooks.h | 49 hook->nb.priority = 0; in xfs_hook_setup()
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 356 if (errno && group->priority != FSNOTIFY_PRIO_PRE_CONTENT) in process_access_response() 1630 group->priority = FSNOTIFY_PRIO_NORMAL; in SYSCALL_DEFINE2() 1633 group->priority = FSNOTIFY_PRIO_CONTENT; in SYSCALL_DEFINE2() 1636 group->priority = FSNOTIFY_PRIO_PRE_CONTENT; in SYSCALL_DEFINE2() 1916 group->priority == FSNOTIFY_PRIO_NORMAL) in do_fanotify_mark() 1919 group->priority == FSNOTIFY_PRIO_CONTENT) in do_fanotify_mark()
|
| /fs/proc/ |
| A D | array.c | 471 int priority, nice; in do_task_stat() local 582 priority = task_prio(task); in do_task_stat() 608 seq_put_decimal_ll(m, " ", priority); in do_task_stat()
|
| /fs/erofs/ |
| A D | Kconfig | 189 bool "EROFS high priority per-CPU kthread workers" 194 at higher priority.
|
| /fs/f2fs/ |
| A D | Kconfig | 151 Use unfair rw_semaphore, if system configured IO priority by block
|
| /fs/btrfs/ |
| A D | disk-io.c | 1731 static int read_backup_root(struct btrfs_fs_info *fs_info, u8 priority) in read_backup_root() argument 1737 if (priority < BTRFS_NUM_BACKUP_ROOTS && backup_index >= 0) { in read_backup_root() 1738 if (priority == 0) in read_backup_root() 1741 backup_index = backup_index + BTRFS_NUM_BACKUP_ROOTS - priority; in read_backup_root()
|
| /fs/befs/ |
| A D | ChangeLog | 147 priority parameter to kmalloc(). Fixed.
|
Completed in 53 milliseconds