Searched refs:action (Results 1 – 14 of 14) sorted by relevance
/fs/xfs/ |
D | xfs_da_btree.c | 148 int max, action, error, i; in xfs_da_split() local 207 max - i, &action); in xfs_da_split() 215 if (action) in xfs_da_split() 629 int action, error; in xfs_da_join() local 631 action = 0; in xfs_da_join() 652 error = xfs_attr_leaf_toosmall(state, &action); in xfs_da_join() 655 if (action == 0) in xfs_da_join() 660 error = xfs_dir2_leafn_toosmall(state, &action); in xfs_da_join() 663 if (action == 0) in xfs_da_join() 674 error = xfs_da_node_toosmall(state, &action); in xfs_da_join() [all …]
|
D | xfs_dir2_node.h | 91 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
|
D | xfs_dir2_node.c | 1191 int *action) /* resulting action to take */ in xfs_dir2_leafn_toosmall() argument 1220 *action = 0; in xfs_dir2_leafn_toosmall() 1240 *action = rval ? 2 : 0; in xfs_dir2_leafn_toosmall() 1285 *action = 0; in xfs_dir2_leafn_toosmall() 1307 *action = rval ? 0 : 1; in xfs_dir2_leafn_toosmall()
|
D | xfs_attr_leaf.c | 1529 xfs_attr_leaf_toosmall(xfs_da_state_t *state, int *action) in xfs_attr_leaf_toosmall() argument 1552 *action = 0; /* blk over 50%, don't try to join */ in xfs_attr_leaf_toosmall() 1574 *action = 0; in xfs_attr_leaf_toosmall() 1576 *action = 2; in xfs_attr_leaf_toosmall() 1618 *action = 0; in xfs_attr_leaf_toosmall() 1637 *action = 0; in xfs_attr_leaf_toosmall() 1639 *action = 1; in xfs_attr_leaf_toosmall()
|
D | xfs_mount.c | 1913 unsigned long action, in xfs_icsb_cpu_notify() argument 1922 switch (action) { in xfs_icsb_cpu_notify()
|
/fs/cifs/ |
D | sess.c | 430 __u16 action; in CIFS_SessSetup() local 682 action = le16_to_cpu(pSMB->resp.Action); in CIFS_SessSetup() 683 if (action & GUEST_LOGIN) in CIFS_SessSetup()
|
D | connect.c | 2637 __u16 action = le16_to_cpu(pSMBr->resp.Action); in CIFSSessSetup() local 2639 if (action & GUEST_LOGIN) in CIFSSessSetup() 2944 __u16 action = le16_to_cpu(pSMBr->resp.Action); in CIFSNTLMSSPNegotiateSessSetup() local 2947 if (action & GUEST_LOGIN) in CIFSNTLMSSPNegotiateSessSetup() 3364 __u16 action = le16_to_cpu(pSMBr->resp.Action); in CIFSNTLMSSPAuthSessSetup() local 3366 if (action & GUEST_LOGIN) in CIFSNTLMSSPAuthSessSetup()
|
/fs/ubifs/ |
D | debug.h | 313 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len); 454 #define dbg_chk_lpt_sz(c, action, len) 0 argument
|
D | lpt_commit.c | 1764 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len) in dbg_chk_lpt_sz() argument 1773 switch (action) { in dbg_chk_lpt_sz()
|
/fs/ |
D | exec.c | 884 memcpy(newsighand->action, oldsighand->action, in de_thread() 885 sizeof(newsighand->action)); in de_thread()
|
D | buffer.c | 3337 unsigned long action, void *hcpu) in buffer_cpu_notify() argument 3339 if (action == CPU_DEAD || action == CPU_DEAD_FROZEN) in buffer_cpu_notify()
|
/fs/ncpfs/ |
D | sock.c | 767 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request() 769 if (current->sighand->action[SIGQUIT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
|
/fs/proc/ |
D | array.c | 237 k = p->sighand->action; in collect_sigign_sigcatch()
|
/fs/ntfs/ |
D | ChangeLog | 643 inserted if such an action were to be desired and in the case of 647 if such an action were to be desired. Also make ntfs_find_attr()
|