Home
last modified time | relevance | path

Searched refs:action (Results 1 – 14 of 14) sorted by relevance

/fs/xfs/
Dxfs_da_btree.c148 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 …]
Dxfs_dir2_node.h91 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
Dxfs_dir2_node.c1191 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()
Dxfs_attr_leaf.c1529 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()
Dxfs_mount.c1913 unsigned long action, in xfs_icsb_cpu_notify() argument
1922 switch (action) { in xfs_icsb_cpu_notify()
/fs/cifs/
Dsess.c430 __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()
Dconnect.c2637 __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/
Ddebug.h313 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len);
454 #define dbg_chk_lpt_sz(c, action, len) 0 argument
Dlpt_commit.c1764 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/
Dexec.c884 memcpy(newsighand->action, oldsighand->action, in de_thread()
885 sizeof(newsighand->action)); in de_thread()
Dbuffer.c3337 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/
Dsock.c767 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/
Darray.c237 k = p->sighand->action; in collect_sigign_sigcatch()
/fs/ntfs/
DChangeLog643 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()