Searched refs:max_background (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/fuse/
H A Dcontrol.c110 val = fc->max_background; fuse_conn_max_background_read()
128 fc->max_background = val; fuse_conn_max_background_write()
259 !fuse_ctl_add_dentry(parent, fc, "max_background", S_IFREG | 0600, fuse_ctl_add_conn()
H A Dinode.c603 fc->max_background = FUSE_DEFAULT_MAX_BACKGROUND; fuse_conn_init()
840 if (arg->max_background) { process_init_limits()
841 fc->max_background = arg->max_background; process_init_limits()
843 if (!cap_sys_admin && fc->max_background > max_user_bgreq) process_init_limits()
844 fc->max_background = max_user_bgreq; process_init_limits()
H A Ddev.c357 while (fc->active_background < fc->max_background && flush_bg_queue()
395 if (fc->num_background == fc->max_background) request_end()
593 if (fc->num_background == fc->max_background) fuse_request_send_background_locked()
2158 fc->max_background = UINT_MAX; fuse_abort_conn()
H A Dfuse_i.h487 unsigned max_background; member in struct:fuse_conn
/linux-4.4.14/include/uapi/linux/
H A Dfuse.h586 uint16_t max_background; member in struct:fuse_init_out

Completed in 146 milliseconds